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
|
|
@ -14,7 +14,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#define LOG_INFO (1<<0)
|
||||
#define LOG_WARN (1<<1)
|
||||
#define LOG_WARN (1<<1)
|
||||
#define LOG_CRIT (1<<2)
|
||||
#define LOG_DEBUG (1<<3)
|
||||
#define LOG_ALL (LOG_INFO | LOG_WARN | LOG_CRIT | LOG_DEBUG)
|
||||
|
|
|
|||
Reference in a new issue