maint: tweak formatting of bootstrap.conf
authorJim Meyering <meyering@redhat.com>
Wed, 18 Nov 2009 13:15:22 +0000 (14:15 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 16:15:53 +0000 (17:15 +0100)
* bootstrap.conf (gnulib_modules): Unindent list.

bootstrap.conf

index 9db4015be57ad989328fd5fc1090ce5343f6b0e4..5f1e653068961520efea1460574992c83af53da9 100644 (file)
@@ -21,35 +21,35 @@ IMPORT_FROM_GETTEXT=no
 
 # gnulib modules used by this package.
 gnulib_modules='
-       announce-gen
-       calloc
-       close
-       closein
-       fclose
-       fcntl
-       fcntl-safer
-       fdl
-       fprintf-posix
-       getopt-gnu
-       git-version-gen
-       gitlog-to-changelog
-       gnu-make
-       gnu-web-doc-update
-       gnupload
-       gnumakefile
-       lstat
-       maintainer-makefile
-       malloc
-       perror
-       printf-posix
-       realloc
-       stat-time
-       sys_stat
-       time
-       update-copyright
-       utimens
-       xalloc
-       yesno
+announce-gen
+calloc
+close
+closein
+fclose
+fcntl
+fcntl-safer
+fdl
+fprintf-posix
+getopt-gnu
+git-version-gen
+gitlog-to-changelog
+gnu-make
+gnu-web-doc-update
+gnupload
+gnumakefile
+lstat
+maintainer-makefile
+malloc
+perror
+printf-posix
+realloc
+stat-time
+sys_stat
+time
+update-copyright
+utimens
+xalloc
+yesno
 '
 
 # Additional gnulib-tool options to use.  Use "\newline" to break lines.