Fix trailing whitespace
This commit is contained in:
parent
227854bca2
commit
6e30ba88a4
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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"\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue