]> granicus.if.org Git - sudo/commitdiff
Whitespace fixes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 26 Mar 2013 14:27:06 +0000 (10:27 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 26 Mar 2013 14:27:06 +0000 (10:27 -0400)
include/missing.h

index ddb6a05e5c5b41ca97c1783ee8c0c54a07f95fb9..2e7c40e458d22804358e97771f2cc8fcf0c106bf 100644 (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 */
 
 /*