From 7f9640b56826df74f4a12ecb8184c780a7bb54a6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 27 Apr 2019 10:34:53 +0200 Subject: [PATCH] error: Tweak indentation. * lib/error.c: Correct indentation. --- ChangeLog | 5 +++++ lib/error.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a433bd8324..2af43e824d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-04-27 Bruno Haible + + error: Tweak indentation. + * lib/error.c: Correct indentation. + 2019-04-27 Bruno Haible term-style-control: Fix gcc warning on mingw. diff --git a/lib/error.c b/lib/error.c index 7e532f0e48..f8ab668963 100644 --- a/lib/error.c +++ b/lib/error.c @@ -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 -- 2.39.5