Minor .clang-format changes and apply to logger.h
This commit is contained in:
@ -56,6 +56,7 @@ IncludeCategories:
|
||||
IndentCaseLabels: true
|
||||
IndentWidth: 4
|
||||
IndentWrappedFunctionNames: false
|
||||
IndentPPDirectives: BeforeHash
|
||||
KeepEmptyLinesAtTheStartOfBlocks: true
|
||||
MacroBlockBegin: ''
|
||||
MacroBlockEnd: ''
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
#include <android/log.h>
|
||||
|
||||
#ifndef BARESIP_LOGGER_H
|
||||
|
||||
#define BARESIP_LOGGER_H
|
||||
|
||||
#define LOG_TAG "Baresip Lib"
|
||||
|
||||
Reference in New Issue
Block a user