From f3bd4a1c8639f1828ccea9206dbd0bad6a57cfcf Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 2 Jan 2013 19:44:06 +0100 Subject: [PATCH] indent --- libruntimeiospatch/source/runtimeiospatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libruntimeiospatch/source/runtimeiospatch.c b/libruntimeiospatch/source/runtimeiospatch.c index 547446b..ecff8cc 100644 --- a/libruntimeiospatch/source/runtimeiospatch.c +++ b/libruntimeiospatch/source/runtimeiospatch.c @@ -191,7 +191,7 @@ s32 IosPatch_FULL(bool wii, bool sciifii, bool vwii, bool verbose, int IOS) { if (ret) { IOS_ReloadIOS(IOS); - xret = IosPatch_RUNTIME(wii, sciifii, vwii, verbose); + xret = IosPatch_RUNTIME(wii, sciifii, vwii, verbose); } else { xret = ERROR_PATCH; }