Convert tabs in the middle of preprocessor directives.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2007 00:33:15 +0000 (00:33 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2007 00:33:15 +0000 (00:33 +0000)
ChangeLog
lib/fnmatch_.h
lib/getopt_.h
lib/mbswidth.h
lib/setenv.h
lib/vasnprintf.h
lib/vasprintf.h
lib/verror.h
lib/xsetenv.h
lib/xvasprintf.h

index b533cd1893a7c98b4dd533c44bc24465f7e864f1..f8b6a7bcb42ba85390ee461f68d65f84609d370e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-03-08  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
+       * lib/getopt_.h: Likewise.
+       * lib/mbswidth.h: Likewise.
+       * lib/setenv.h: Likewise.
+       * lib/vasnprintf.h: Likewise.
+       * lib/vasprintf.h: Likewise.
+       * lib/verror.h: Likewise.
+       * lib/xsetenv.h: Likewise.
+       * lib/xvasprintf.h: Likewise.
+
 2007-03-08  Jim Meyering  <jim@meyering.net>
 
        * users.txt: Add parted.
index c406aef4d5d8939ddf6ff73bfe3805dbcd3b6dc6..b086b45aacf8a77e1eaf787533c00e3bcc515eaf 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
-   2005 Free Software Foundation, Inc.
+   2005, 2007 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
@@ -20,7 +20,7 @@
 #ifndef        _FNMATCH_H
 #define        _FNMATCH_H      1
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -58,7 +58,7 @@ extern "C" {
 extern int fnmatch (const char *__pattern, const char *__name,
                    int __flags);
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
 
index 27fce3dc799e0012f8033608cb1b8307bdb9d695..615ef9a3b6fe19f779d5ed7e8f51506b3704735f 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
-   Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006
+   Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006,2007
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
 # endif
 #endif
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -216,7 +216,7 @@ extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
 
 #endif
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
 
index 1935e0a2dcacce929764aa5bc42a2fe17e644a74..eec4ff6c5e127bdd759b33292afbf58a3d0a81b0 100644 (file)
@@ -1,5 +1,5 @@
 /* Determine the number of screen columns needed for a string.
-   Copyright (C) 2000-2004 Free Software Foundation, Inc.
+   Copyright (C) 2000-2004, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 #endif
 
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -56,6 +56,6 @@ extern int mbswidth (const char *string, int flags);
 extern int mbsnwidth (const char *buf, size_t nbytes, int flags);
 
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
index c89e7da4d301f37f6bba541f3823c95163e4ebba..92e7bbaf7f1214510f9b3e508bcf077c255f7b1c 100644 (file)
@@ -1,5 +1,5 @@
 /* Setting environment variables.
-   Copyright (C) 2001-2004 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
 
 #endif
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -49,6 +49,6 @@ extern int unsetenv (const char *name);
 
 #endif
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
index 393a7c801b84bdca3f7e0be96d30c8f2c5dce2d5..7a0c01f4bfa327d6f0b3f8cdb0e6faeb4184c83c 100644 (file)
@@ -37,7 +37,7 @@
 # endif
 #endif
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -74,7 +74,7 @@ extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, .
 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
        __attribute__ ((__format__ (__printf__, 3, 0)));
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
 
index cf155c165cbfc7042ff7435efc9f5c4ebf1164d0..65f05315fef373594d68574e71c57ae44f4784dd 100644 (file)
@@ -43,7 +43,7 @@
 # endif
 #endif
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -60,7 +60,7 @@ extern int asprintf (char **result, const char *format, ...)
 extern int vasprintf (char **result, const char *format, va_list args)
        __attribute__ ((__format__ (__printf__, 2, 0)));
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
 
index 625ef102ee09ecbeb296be3ad29860a064ef2955..d3bbcbec130c19d4583aa4d01164bf24e936e829 100644 (file)
@@ -1,5 +1,5 @@
 /* Declaration for va_list error-reporting function
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 #include "error.h"
 #include <stdarg.h>
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -47,7 +47,7 @@ extern void verror_at_line (int __status, int __errnum, const char *__fname,
                             va_list __args)
      __attribute__ ((__format__ (__printf__, 5, 0)));
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
 
index f90d069f2eb546f4f8249f41bab7cbd41ec1a9aa..9d1df813dfae386b11f14d43f75009fda8b63da0 100644 (file)
@@ -1,5 +1,5 @@
 /* Setting environment variables, with out-of-memory checking.
-   Copyright (C) 2001-2002 Free Software Foundation, Inc.
+   Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
 /* Get unsetenv().  It can be used without error checking.  */
 #include "setenv.h"
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -27,6 +27,6 @@ extern "C" {
    With error checking.  */
 extern void xsetenv (const char *name, const char *value, int replace);
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif
index de55a9f0c866911d1f9df4af4703181f223b3aab..70c6230de504f3302291d724d81b2b67b4bda71e 100644 (file)
@@ -1,5 +1,5 @@
 /* vasprintf and asprintf with out-of-memory checking.
-   Copyright (C) 2002-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2006-2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@
 # endif
 #endif
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -50,7 +50,7 @@ extern char *xasprintf (const char *format, ...)
 extern char *xvasprintf (const char *format, va_list args)
        __attribute__ ((__format__ (__printf__, 1, 0)));
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif