diff tools/packed.c @ 1238:e8c99da451cd

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Mar 2015 18:14:03 +0200
parents 848a88ce7a57
children ad13510c8e41
line wrap: on
line diff
--- a/tools/packed.c	Fri Mar 06 16:37:15 2015 +0200
+++ b/tools/packed.c	Fri Mar 06 18:14:03 2015 +0200
@@ -118,7 +118,7 @@
                 optDefResFlags = i;
             }
             break;
-        
+
         case 9:
             if (nexcFilenames < SET_MAX_FILES)
             {
@@ -630,7 +630,7 @@
     // Parse arguments
     dmInitProg("packed", "Pack File Editor", "0.5", NULL, NULL);
     dmVerbosity = 0;
-    
+
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, OPTH_BAILOUT))
         exit(1);
@@ -646,7 +646,7 @@
         exit(0);
         return 0;
     }
-    
+
     dmMsg(1, "Processing %s ...\n", optPackFilename);
 
     // Execute command
@@ -719,7 +719,7 @@
             for (node = pack->entries; node != NULL; node = node->next)
             {
                 BOOL match;
-                
+
                 // Check for matches in specified filenames/patterns
                 if (nsrcFilenames > 0)
                 {
@@ -763,7 +763,7 @@
             for (node = pack->entries; node != NULL; node = node->next)
             {
                 BOOL match;
-                
+
                 // Check for matches
                 if (nsrcFilenames > 0)
                 {
@@ -791,7 +791,7 @@
             }
 
             dmMsg(1, "c=%d\n", dmPackClose(pack));
-            
+
             if (resFile != NULL)
                 fclose(resFile);
         }