mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 11:26:23 -05:00
Clean up some struct indentations
Also cleaned up the indentations of some variable declarations.
This commit is contained in:
@@ -15,8 +15,8 @@ namespace Dolphin_Debugger
|
||||
|
||||
struct CallstackEntry
|
||||
{
|
||||
std::string Name;
|
||||
u32 vAddress;
|
||||
std::string Name;
|
||||
u32 vAddress;
|
||||
};
|
||||
|
||||
bool GetCallstack(std::vector<CallstackEntry> &output);
|
||||
|
||||
Reference in New Issue
Block a user