intentation: convert a tab to spaces

Michael
This commit is contained in:
Michael Adam 2009-11-06 17:35:26 +01:00
parent c0c6db0a5e
commit 444ad35250

View File

@ -87,7 +87,7 @@ void truncate_log_file (void)
if (ftruncate (log_file_fd, 0) != 0) {
log_message (LOG_WARNING,
"Unable to truncate log file to zero length");
}
}
}
/*