From ebb48d019eec1c29a37a406e2db16d7565367faa Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 9 Feb 2014 18:29:13 -0500 Subject: Clean up some struct indentations Also cleaned up the indentations of some variable declarations. --- Source/Core/VideoCommon/OnScreenDisplay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/OnScreenDisplay.cpp') 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; -- cgit v1.2.3