Fix indentation

This commit is contained in:
Tillmann Karras
2015-01-07 21:48:59 +01:00
parent c6e2449bff
commit 4d1face540
7 changed files with 19 additions and 19 deletions

View File

@ -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));
}