summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OnScreenDisplay.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-02-09 19:26:15 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2014-02-09 19:26:15 -0600
commit8d25e12085b8e3785a9843a8ffb5545eeb109107 (patch)
tree9f3249d978d826f38767961ca3d30cb53e08f158 /Source/Core/VideoCommon/OnScreenDisplay.cpp
parent28b5c8be47c5afb18c021f10b24ad1423b20a8fc (diff)
parentebb48d019eec1c29a37a406e2db16d7565367faa (diff)
Merge pull request #54 from lioncash/cleanup
Cleanup mismatching struct/enum indentations.
Diffstat (limited to 'Source/Core/VideoCommon/OnScreenDisplay.cpp')
-rw-r--r--Source/Core/VideoCommon/OnScreenDisplay.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/OnScreenDisplay.cpp b/Source/Core/VideoCommon/OnScreenDisplay.cpp
index 90e5c008ef..9f14a90526 100644
--- a/Source/Core/VideoCommon/OnScreenDisplay.cpp
+++ b/Source/Core/VideoCommon/OnScreenDisplay.cpp
@@ -19,8 +19,8 @@ namespace OSD
struct Message
{
- Message() {}
- Message(const std::string& s, u32 ts) : str(s), timestamp(ts) {}
+ Message() {}
+ Message(const std::string& s, u32 ts) : str(s), timestamp(ts) {}
std::string str;
u32 timestamp;