mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Common: Clean up brace placements
This commit is contained in:
parent
77aef014a0
commit
ba4934b75e
14 changed files with 344 additions and 160 deletions
|
@ -92,7 +92,8 @@ static void InitSymbolPath( PSTR lpszSymbolPath, PCSTR lpszIniPath )
|
|||
}
|
||||
|
||||
// Uninitialize the loaded symbol files
|
||||
BOOL UninitSymInfo() {
|
||||
BOOL UninitSymInfo()
|
||||
{
|
||||
return SymCleanup( GetCurrentProcess() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue