log: turn tabs into spaces =)

Michael
This commit is contained in:
Michael Adam 2010-01-13 00:58:55 +01:00
parent dc86ebaf28
commit 5e387e6ee7

View File

@ -280,9 +280,9 @@ done:
*/ */
void shutdown_logging (void) void shutdown_logging (void)
{ {
if (!logging_initialized) { if (!logging_initialized) {
return; return;
} }
if (config.syslog) { if (config.syslog) {
closelog (); closelog ();