Delete all Trailing spaces in code.
[reactos.git] / reactos / boot / freeldr / tools / rdel.c
index 0e233fa..2bd312b 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$  
+/*  $Id$
  * COPYRIGHT:             See COPYING in the top level directory
  * PROGRAMMER:            Rex Jolliff (rex@lvcablemodem.com)
  * PURPOSE:               Platform independant delete command
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-void 
+void
 convertPath (char * pathToConvert)
 {
   while (*pathToConvert != 0)
@@ -54,7 +54,7 @@ getFilename (const char *filename, char * fileSpec)
   }
 }
 
-int 
+int
 main (int argc, char* argv[])
 {
   int  justPrint = 0;
@@ -76,7 +76,7 @@ main (int argc, char* argv[])
       {
       /* Continue even if there is errors */
 #if 0
-        printf ("Unlink of %s failed.  Unlink returned %d.\n", 
+        printf ("Unlink of %s failed.  Unlink returned %d.\n",
                 argv [idx],
                 returnCode);
         return  returnCode;