Fix trailing whitespace

This commit is contained in:
Markus Armbruster 2010-01-10 08:47:40 +01:00
parent 227854bca2
commit 6e30ba88a4
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ typedef struct {
const char *t_fmt_ampm; const char *t_fmt_ampm;
} TimeLocale; } TimeLocale;
static const TimeLocale DefaultTimeLocale = static const TimeLocale DefaultTimeLocale =
{ {
{ {
"Sun","Mon","Tue","Wed","Thu","Fri","Sat", "Sun","Mon","Tue","Wed","Thu","Fri","Sat",

View file

@ -179,7 +179,7 @@ echo "Apply controlled time patch."
for f in `git-ls-files | grep -E '\.[ch](\.in)?$' | xargs grep -l \>` for f in `git-ls-files | grep -E '\.[ch](\.in)?$' | xargs grep -l \>`
do do
n=`grep -n '^[ ]*#[ ]*include\>' $f | tail -n 1 | sed 's/:.*//'` n=`grep -n '^[ ]*#[ ]*include\>' $f | tail -n 1 | sed 's/:.*//'`
if [ $n ] if [ $n ]
then then
sed "$n"'a\ sed "$n"'a\
#include "emptime.h"\ #include "emptime.h"\