intentation: convert a tab to spaces
Michael
This commit is contained in:
parent
c0c6db0a5e
commit
444ad35250
@ -87,7 +87,7 @@ void truncate_log_file (void)
|
|||||||
if (ftruncate (log_file_fd, 0) != 0) {
|
if (ftruncate (log_file_fd, 0) != 0) {
|
||||||
log_message (LOG_WARNING,
|
log_message (LOG_WARNING,
|
||||||
"Unable to truncate log file to zero length");
|
"Unable to truncate log file to zero length");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user