forked from dolphin-emu/dolphin
Clean up some struct indentations
Also cleaned up the indentations of some variable declarations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user