mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 09:35:53 +00:00
Core: Clean up brace placements
This commit is contained in:
parent
8553b0f27b
commit
eb535be874
46 changed files with 262 additions and 206 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue