mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
D3D: Clean up brace placements
This commit is contained in:
parent
4af8d9d248
commit
844d45b26e
3 changed files with 6 additions and 3 deletions
|
@ -212,7 +212,8 @@ void VideoBackend::Shutdown()
|
|||
}
|
||||
}
|
||||
|
||||
void VideoBackend::Video_Cleanup() {
|
||||
void VideoBackend::Video_Cleanup()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue