Remove trailing spaces, no actual code changes.

This commit is contained in:
Todd C. Miller
2004-06-06 23:58:11 +00:00
parent 2154e5f092
commit 713e419fe9
6 changed files with 22 additions and 22 deletions

View File

@@ -38,13 +38,13 @@
/*
* Maximum number of characters to log per entry. The syslogger
* will log this much, after that, it truncates the log line.
* We need this here to make sure that we continue with another
* We need this here to make sure that we continue with another
* syslog(3) call if the internal buffer is more than 1023 characters.
*/
#ifndef MAXSYSLOGLEN
# define MAXSYSLOGLEN 960
#endif
void log_auth __P((int, int));
void log_error __P((int flags, const char *fmt, ...));
RETSIGTYPE reapchild __P((int));