From b58ee6c29def7de51b5d92c2d36dcc7d0ecb8581 Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Fri, 6 Nov 2015 17:32:40 -0200 Subject: [PATCH] correct formatting --- content.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content.c b/content.c index a37f873960..9eebff5e0e 100644 --- a/content.c +++ b/content.c @@ -517,12 +517,12 @@ static bool load_content(const struct retro_subsystem_info *special, { ret = core.retro_load_game(*content->elems[0].data ? info : NULL); - #ifdef HAVE_CHEEVOS - /* Load the achievements into memory if the game has content. */ +#ifdef HAVE_CHEEVOS + /* Load the achievements into memory if the game has content. */ - cheevos_globals.cheats_were_enabled = cheevos_globals.cheats_are_enabled; - cheevos_load(*content->elems[0].data ? info : NULL); - #endif + cheevos_globals.cheats_were_enabled = cheevos_globals.cheats_are_enabled; + cheevos_load(*content->elems[0].data ? info : NULL); +#endif } if (!ret)