From 49b02119fcdbc2bcc66396afc2f940873cb691d3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Nov 2009 14:15:22 +0100 Subject: [PATCH] maint: tweak formatting of bootstrap.conf * bootstrap.conf (gnulib_modules): Unindent list. --- bootstrap.conf | 58 +++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 9db4015..5f1e653 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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. -- 2.47.2