mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-01 17:37:38 +08:00
Apply tab to spaces filter to src folder
This commit is contained in:
@@ -48,8 +48,8 @@ MSWindowsDebugOutputter::show(bool showIfEmpty)
|
||||
bool
|
||||
MSWindowsDebugOutputter::write(ELevel level, const char* msg)
|
||||
{
|
||||
OutputDebugString((std::string(msg) + "\n").c_str());
|
||||
return true;
|
||||
OutputDebugString((std::string(msg) + "\n").c_str());
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user