mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 07:15:27 +00:00
Whitespace fixes
This commit is contained in:
@@ -240,11 +240,11 @@ typedef struct sigaction sigaction_t;
|
|||||||
#ifndef HAVE_GETPROGNAME
|
#ifndef HAVE_GETPROGNAME
|
||||||
# ifdef HAVE___PROGNAME
|
# ifdef HAVE___PROGNAME
|
||||||
extern const char *__progname;
|
extern const char *__progname;
|
||||||
# define getprogname() (__progname)
|
# define getprogname() (__progname)
|
||||||
# else
|
# else
|
||||||
const char *getprogname(void);
|
const char *getprogname(void);
|
||||||
void setprogname(const char *);
|
void setprogname(const char *);
|
||||||
#endif /* HAVE___PROGNAME */
|
# endif /* HAVE___PROGNAME */
|
||||||
#endif /* !HAVE_GETPROGNAME */
|
#endif /* !HAVE_GETPROGNAME */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user