mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix indentation
This commit is contained in:
parent
c6e2449bff
commit
4d1face540
7 changed files with 19 additions and 19 deletions
|
@ -29,5 +29,5 @@ void DoCPState(PointerWrap& p)
|
|||
|
||||
void CopyPreprocessCPStateFromMain()
|
||||
{
|
||||
memcpy(&g_preprocess_cp_state, &g_main_cp_state, sizeof(CPState));
|
||||
memcpy(&g_preprocess_cp_state, &g_main_cp_state, sizeof(CPState));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue