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:
@@ -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 */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user