summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MsgHandler.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-02-25 18:07:56 -0500
committerLioncash <mathew1800@gmail.com>2015-02-25 18:07:56 -0500
commit7408de7e79b3607d4747b5e04cc70b651f58a5eb (patch)
tree97b6d591aecd5b0d8a7f497a777ec3adef27d87d /Source/Core/Common/MsgHandler.cpp
parentb1fbf205ec54ad2404edb14fbf19c80abde4ab05 (diff)
parent93b16a4a2d5f3e6d467d1315c461aff12852b26c (diff)
Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2
Basic Formatting/Whitespace Cleanup
Diffstat (limited to 'Source/Core/Common/MsgHandler.cpp')
-rw-r--r--Source/Core/Common/MsgHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/MsgHandler.cpp b/Source/Core/Common/MsgHandler.cpp
index 6af1b7e7a7..d83c535665 100644
--- a/Source/Core/Common/MsgHandler.cpp
+++ b/Source/Core/Common/MsgHandler.cpp
@@ -74,7 +74,7 @@ bool MsgAlert(bool yes_no, int Style, const char* format, ...)
va_list args;
va_start(args, format);
- CharArrayFromFormatV(buffer, sizeof(buffer)-1, str_translator(format).c_str(), args);
+ CharArrayFromFormatV(buffer, sizeof(buffer) - 1, str_translator(format).c_str(), args);
va_end(args);
ERROR_LOG(MASTER_LOG, "%s: %s", caption.c_str(), buffer);