* build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
[pspp] / build-aux / bootstrap
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