Remove trailing whitespace

This commit is contained in:
Michael Vetter
2014-08-26 14:48:59 +02:00
parent d4e81f9ec8
commit fcf5ad1bd6
10 changed files with 37 additions and 37 deletions

View File

@@ -76,7 +76,7 @@ void mc_info(const char *msg, ...)
#if HAVE_VSYSLOG
if(_syslog) {
vsyslog(LOG_INFO, msg, ap);
} else
} else
#endif
vfprintf(stderr, msg, ap);
va_end(ap);