White space fixes from coreutils.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Aug 2003 23:27:26 +0000 (23:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Aug 2003 23:27:26 +0000 (23:27 +0000)
config/srclist.txt
lib/regex.h
lib/strdup.c
lib/strtoll.c
lib/strtoul.c

index 45840e7..69e7a9a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.21 2003-08-12 21:16:52 eggert Exp $
+# $Id: srclist.txt,v 1.22 2003-08-12 23:27:26 eggert Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -76,10 +76,6 @@ $LIBCSRC/argp/argp-xinl.c            lib gpl
 $LIBCSRC/argp/argp.h                   lib gpl
 $LIBCSRC/posix/getopt.h                        lib gpl
 $LIBCSRC/posix/getopt1.c               lib gpl
-$LIBCSRC/posix/regex.h                 lib gpl
-$LIBCSRC/string/strdup.c               lib gpl
-$LIBCSRC/sysdeps/generic/strtoll.c     lib gpl
-$LIBCSRC/sysdeps/generic/strtoul.c     lib gpl
 #
 # These are close, but ...
 #$LIBCSRC/crypt/md5.c                  lib gpl
@@ -96,8 +92,10 @@ $LIBCSRC/sysdeps/generic/strtoul.c   lib gpl
 #$LIBCSRC/posix/fnmatch.h              lib gpl (fnmatch_.h in gnulib)
 #$LIBCSRC/posix/fnmatch_loop.c         lib gpl
 #$LIBCSRC/posix/getopt.c               lib gpl
+#$LIBCSRC/posix/regex.h                        lib gpl
 #$LIBCSRC/posix/tempname.c             lib gpl
 #$LIBCSRC/stdlib/rpmatch.c             lib gpl
+#$LIBCSRC/string/strdup.c              lib gpl
 #$LIBCSRC/string/strndup.c             lib gpl
 #$LIBCSRC/string/strverscmp.c          lib gpl
 #$LIBCSRC/sysdeps/generic/memchr.c     lib gpl
@@ -110,6 +108,8 @@ $LIBCSRC/sysdeps/generic/strtoul.c  lib gpl
 #$LIBCSRC/sysdeps/generic/strpbrk.c    lib gpl
 #$LIBCSRC/sysdeps/generic/strstr.c     lib gpl
 #$LIBCSRC/sysdeps/generic/strtol.c     lib gpl
+#$LIBCSRC/sysdeps/generic/strtoll.c    lib gpl
+#$LIBCSRC/sysdeps/generic/strtoul.c    lib gpl
 #$LIBCSRC/sysdeps/posix/dup2.c         lib gpl
 #$LIBCSRC/sysdeps/posix/euidaccess.c   lib gpl
 #$LIBCSRC/sysdeps/unix/bsd/poll.c      lib gpl
index 07ba1d0..53bdd8f 100644 (file)
@@ -193,7 +193,7 @@ extern reg_syntax_t re_syntax_options;
    & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS           \
        | RE_CONTEXT_INVALID_OPS ))
 
-#define RE_SYNTAX_POSIX_AWK                                            \
+#define RE_SYNTAX_POSIX_AWK                                            \
   (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS             \
    | RE_INTERVALS          | RE_NO_GNU_OPS)
 
index 5aa09a6..d372071 100644 (file)
@@ -16,7 +16,7 @@
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #if defined _LIBC || defined  STDC_HEADERS
index 8e9b261..5d7b329 100644 (file)
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#define        QUAD    1
+#define QUAD 1
 
 #include <strtol.c>
 
index bb62f9b..63f8d9c 100644 (file)
@@ -15,6 +15,6 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#define        UNSIGNED        1
+#define UNSIGNED 1
 
 #include "strtol.c"