Apply tab to spaces filter to src folder

This commit is contained in:
XinyuHou
2016-12-28 11:50:32 +00:00
committed by Andrew Nelless
parent 4902b8674c
commit deea23f866
545 changed files with 41758 additions and 41758 deletions

View File

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