Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
This commit is contained in:
parent
9cc5420447
commit
f46ae1970b
51 changed files with 634 additions and 639 deletions
|
|
@ -19,7 +19,7 @@ int main() {
|
|||
|
||||
logerrno(LOG_CRIT, "malloc", ENOMEM);
|
||||
logerrno(LOG_CRIT, NULL, ENOENT);
|
||||
|
||||
|
||||
logmsg(LOG_DEBUG, "Should not show");
|
||||
|
||||
logmsg(LOG_INFO | LOG_CRIT, "Should not work, can only log to one priority");
|
||||
|
|
|
|||
Reference in a new issue