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