From 186f0a33ba9662a1656d02aefdbdd5b5b790240a Mon Sep 17 00:00:00 2001 From: Siddharth Date: Wed, 30 Oct 2013 23:24:41 +0530 Subject: [PATCH] fixed some more indentation --- UI/EmuScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/EmuScreen.cpp b/UI/EmuScreen.cpp index e81a6a469..c2c7c2de7 100644 --- a/UI/EmuScreen.cpp +++ b/UI/EmuScreen.cpp @@ -626,7 +626,7 @@ void EmuScreen::deviceLost() { gpu->DeviceLost(); } -void EmuScreen::autoLoad(){ +void EmuScreen::autoLoad() { //check if save state has save, if so, load int lastSlot = SaveState::GetNewestSlot(); if (g_Config.bEnableAutoLoad && lastSlot != -1) {