diff options
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h index 4656a21963..cd107fcfd6 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -43,3 +43,11 @@ void _log_fn(int severity, const char *funcname, const char *format, ...) # define __LOG_H #endif + +/* + Local Variables: + mode:c + indent-tabs-mode:nil + c-basic-offset:2 + End: +*/ |