Minor .clang-format changes and apply to logger.h

This commit is contained in:
Juha Heinanen
2023-05-18 17:24:17 +03:00
parent d8084f5cee
commit 7d8728819e
3 changed files with 13 additions and 11 deletions

View File

@ -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: ''

View File

@ -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"