2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

Remove trailing spaces, no actual code changes.

This commit is contained in:
Todd C. Miller 2004-06-06 23:58:10 +00:00
parent 7ed41967ab
commit 2154e5f092

View File

@ -50,7 +50,7 @@
# endif # endif
#endif /* HAVE_STRING_H */ #endif /* HAVE_STRING_H */
#if defined(HAVE_MALLOC_H) && !defined(STDC_HEADERS) #if defined(HAVE_MALLOC_H) && !defined(STDC_HEADERS)
# include <malloc.h> # include <malloc.h>
#endif /* HAVE_MALLOC_H && !STDC_HEADERS */ #endif /* HAVE_MALLOC_H && !STDC_HEADERS */
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>