Indenting.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3225 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-10-12 21:04:48 +00:00
parent 3c25fd1934
commit 398552a22a
+1 -1
View File
@@ -1336,7 +1336,7 @@ planetTypeString (int typeIndex)
{ {
// "Gas Giant" // "Gas Giant"
snprintf(typeStr, sizeof typeStr, "%s", snprintf(typeStr, sizeof typeStr, "%s",
GAME_STRING (SCAN_STRING_BASE + 4 + 51)); GAME_STRING (SCAN_STRING_BASE + 4 + 51));
} }
else else
{ {