From 5d84f2df4316ec4e3278a0baf2b670be7bfe6de5 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 6 Sep 2012 20:28:19 +0200 Subject: CINE: A little bit enforcement of our formatting guidelines. Powered by astyle & manual fixup afterwards. --- engines/cine/saveload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/saveload.h') diff --git a/engines/cine/saveload.h b/engines/cine/saveload.h index 49c9c0cef7..fd661904af 100644 --- a/engines/cine/saveload.h +++ b/engines/cine/saveload.h @@ -68,7 +68,7 @@ enum CineSaveGameFormat { }; /** Identifier for the temporary Operation Stealth savegame format. */ -static const uint32 TEMP_OS_FORMAT_ID = MKTAG('T','E','M','P'); +static const uint32 TEMP_OS_FORMAT_ID = MKTAG('T', 'E', 'M', 'P'); /** The current version number of Operation Stealth's savegame format. */ static const uint32 CURRENT_OS_SAVE_VER = 1; -- cgit v1.2.3