From d710f1b41c18a4397f5566b67d1d658153f4b315 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 26 Mar 2013 10:27:06 -0400 Subject: [PATCH] Whitespace fixes --- include/missing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/missing.h b/include/missing.h index ddb6a05e5..2e7c40e45 100644 --- a/include/missing.h +++ b/include/missing.h @@ -240,11 +240,11 @@ typedef struct sigaction sigaction_t; #ifndef HAVE_GETPROGNAME # ifdef HAVE___PROGNAME extern const char *__progname; -# define getprogname() (__progname) +# define getprogname() (__progname) # else const char *getprogname(void); void setprogname(const char *); -#endif /* HAVE___PROGNAME */ +# endif /* HAVE___PROGNAME */ #endif /* !HAVE_GETPROGNAME */ /*