From 398552a22a76a648c39a1c4c6ca3aca46bcf0aff Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Mon, 12 Oct 2009 21:04:48 +0000 Subject: [PATCH] Indenting. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3225 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/uqmdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/uqm/uqmdebug.c b/sc2/src/uqm/uqmdebug.c index 10946b891..b9f8a91f1 100644 --- a/sc2/src/uqm/uqmdebug.c +++ b/sc2/src/uqm/uqmdebug.c @@ -1336,7 +1336,7 @@ planetTypeString (int typeIndex) { // "Gas Giant" snprintf(typeStr, sizeof typeStr, "%s", - GAME_STRING (SCAN_STRING_BASE + 4 + 51)); + GAME_STRING (SCAN_STRING_BASE + 4 + 51)); } else {