mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Core: Clean up brace placements
This commit is contained in:
@ -69,7 +69,8 @@ public:
|
||||
int GetSectionSize(SectionID section) const { return sections[section].sh_size; }
|
||||
SectionID GetSectionByName(const char *name, int firstSection = 0) const; //-1 for not found
|
||||
|
||||
bool DidRelocate() {
|
||||
bool DidRelocate()
|
||||
{
|
||||
return bRelocate;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user