]> Savannah Git Hosting - gnulib.git/commitdiff
error: Tweak indentation.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Apr 2019 08:34:53 +0000 (10:34 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Apr 2019 08:34:53 +0000 (10:34 +0200)
* lib/error.c: Correct indentation.

ChangeLog
lib/error.c

index a433bd8324f60576895d795e639f0f7169bb1f38..2af43e824db255e3108db2bce51f07c50cdc91c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-27  Bruno Haible  <bruno@clisp.org>
+
+       error: Tweak indentation.
+       * lib/error.c: Correct indentation.
+
 2019-04-27  Bruno Haible  <bruno@clisp.org>
 
        term-style-control: Fix gcc warning on mingw.
index 7e532f0e486c3dcb7512ef287ece0cf02e08d1b9..f8ab668963386cee6902b1045a7a5cecffd82538 100644 (file)
@@ -119,7 +119,7 @@ int strerror_r (int errnum, char *buf, size_t buflen);
 #  endif
 # endif
 
-#define program_name getprogname ()
+# define program_name getprogname ()
 
 # if GNULIB_STRERROR_R_POSIX || HAVE_STRERROR_R || defined strerror_r
 #  define __strerror_r strerror_r