Formatting: force pointers to the left side.

This commit is contained in:
Ben Vanik
2015-06-30 16:16:33 -07:00
parent 90e86d0172
commit d7a5c74bf3
12 changed files with 478 additions and 481 deletions

View File

@@ -25,7 +25,7 @@ bool IsDebuggerAttached();
// If no debugger is present, a signal will be raised.
void Break();
void DebugPrint(const char *fmt, ...);
void DebugPrint(const char* fmt, ...);
} // namespace debugging
} // namespace xe