2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Whitespace fixes

This commit is contained in:
Todd C. Miller
2013-03-26 10:27:06 -04:00
parent adee3cded4
commit d710f1b41c

View File

@@ -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 */
/*