(clang format) fix indent and make (rarely) accessor/setters in class on a single line
This commit is contained in:
@ -9,10 +9,7 @@ namespace ix
|
||||
using LogFunc = std::function<void(const char*)>;
|
||||
static void Log(const char* msg);
|
||||
|
||||
static void setLogFunction(LogFunc& func)
|
||||
{
|
||||
_currentLogger = func;
|
||||
}
|
||||
static void setLogFunction(LogFunc& func) { _currentLogger = func; }
|
||||
|
||||
private:
|
||||
static LogFunc _currentLogger;
|
||||
|
Reference in New Issue
Block a user