Browse Source

formatting

Dave Schuyler 21 years ago
parent
commit
9b18566665
1 changed files with 5 additions and 3 deletions
  1. 5 3
      ppremake/ppremake.cxx

+ 5 - 3
ppremake/ppremake.cxx

@@ -276,9 +276,11 @@ main(int argc, char *argv[]) {
 
 
   string platform;
   string platform;
   char *platform_env = getenv("PPREMAKE_PLATFORM");
   char *platform_env = getenv("PPREMAKE_PLATFORM");
-  if(platform_env==NULL) 
-     platform=PLATFORM;
-    else platform=platform_env;
+  if(platform_env==NULL) { 
+    platform=PLATFORM;
+  } else {
+    platform=platform_env;
+  }
 
 
   string ppremake_config;
   string ppremake_config;
   bool got_ppremake_config = false;
   bool got_ppremake_config = false;