mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Clean up some struct indentations
Also cleaned up the indentations of some variable declarations.
This commit is contained in:
parent
40182a48a5
commit
ebb48d019e
50 changed files with 1357 additions and 1355 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue