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
|
|
@ -10,16 +10,16 @@ Macros
|
|||
|
||||
`LOG_INFO`::
|
||||
Information, Someone thinks you may find this important.
|
||||
|
||||
|
||||
`LOG_WARN`::
|
||||
Warning, just a warning. can be ignored if you simply just don't care about it.
|
||||
|
||||
|
||||
`LOG_CRIT`::
|
||||
Critical condition, some things may not work as supposed to.
|
||||
|
||||
|
||||
`LOG_DEBUG`::
|
||||
Debug level, messages that is usefull when debugging.
|
||||
|
||||
|
||||
`LOG_ALL`::
|
||||
All of the above.
|
||||
|
||||
|
|
|
|||
Reference in a new issue