* build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
authorJim Meyering <meyering@redhat.com>
Wed, 12 Mar 2008 10:09:47 +0000 (11:09 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 12 Mar 2008 10:09:47 +0000 (11:09 +0100)
ChangeLog
build-aux/bootstrap

index eebf0959e841d3801a5e87c0ad556a674ebdfa80..749d1cd8c8a4a15aa4731d7f1f0ae97f6692ad91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-12  Jim Meyering  <meyering@redhat.com>
+
+       * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
+
 2008-03-11  Bruno Haible  <bruno@clisp.org>
 
        Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
@@ -19,7 +23,7 @@
        AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
 
 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        Make va_copy work with some version of xlc on AIX 5.1.
        * lib/stdarg.in.h: New file.
index 1a24e82db084c3369783009bbc143e235e6bd8a9..1c90df7cbb07c78961a605ed48a202e556379203 100755 (executable)
@@ -416,7 +416,7 @@ version_controlled_file() {
   elif test -d .git; then
     git rm -n "$dir/$file" > /dev/null 2>&1 && found=yes
   elif test -d .svn; then
-    svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes  
+    svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes
   else
     echo "$0: no version control for $dir/$file?" >&2
   fi