changeset 14654:05146890cb9a

vc-list-files: indent with spaces, not TABs * build-aux/vc-list-files: Convert leading TABs to spaces, to match the style of most other files in gnulib.
author Jim Meyering <meyering@redhat.com>
date Fri, 29 Apr 2011 22:04:07 +0200
parents 4867b9dad286
children 855c7dafba01
files ChangeLog build-aux/vc-list-files
diffstat 2 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 29 21:59:21 2011 +0200
+++ b/ChangeLog	Fri Apr 29 22:04:07 2011 +0200
@@ -1,5 +1,9 @@
 2011-04-29  Jim Meyering  <meyering@redhat.com>
 
+	vc-list-files: indent with spaces, not TABs
+	* build-aux/vc-list-files: Convert leading TABs to spaces,
+	to match the style of most other files in gnulib.
+
 	announce-gen: indent with spaces, not TABs
 	* build-aux/announce-gen: Convert all TABs to spaces, to match
 	the style of most other files in gnulib.
--- a/build-aux/vc-list-files	Fri Apr 29 21:59:21 2011 +0200
+++ b/build-aux/vc-list-files	Fri Apr 29 22:04:07 2011 +0200
@@ -2,7 +2,7 @@
 # List version-controlled file names.
 
 # Print a version string.
-scriptversion=2010-04-23.22; # UTC
+scriptversion=2011-04-29.20; # UTC
 
 # Copyright (C) 2006-2011 Free Software Foundation, Inc.
 
@@ -94,12 +94,12 @@
     eval cvsu --find --types=AFGM '"$dir"' $postprocess
   else
     eval awk -F/ \''{			\
-	if (!$1 && $3 !~ /^-/) {	\
-	  f=FILENAME;			\
-	  if (f ~ /CVS\/Entries$/)	\
-	    f = substr(f, 1, length(f)-11); \
-	  print f $2;			\
-	}}'\''				\
+        if (!$1 && $3 !~ /^-/) {	\
+          f=FILENAME;			\
+          if (f ~ /CVS\/Entries$/)	\
+            f = substr(f, 1, length(f)-11); \
+          print f $2;			\
+        }}'\''				\
       `find "$dir" -name Entries -print` /dev/null' $postprocess
   fi
 elif test -d .svn; then