]> git.ozlabs.org Git - yaboot.git/blobdiff - second/cfg.c
Determine last ext3 LBA to fix wild LBA reads
[yaboot.git] / second / cfg.c
index 90114677040d0171325a63a56463ee371686364e..ebf05aef95b86c8cf207b301173d8bd54c8d5f51 100644 (file)
@@ -344,7 +344,7 @@ int cfg_parse (char *cfg_file, char *buff, int len)
          if (!cfg_set (item, value)) {
 #if DEBUG
               prom_printf("Can't set item %s to value %s\n", item, value);
-#endif     
+#endif
          }
          free (item);
      }
@@ -455,7 +455,7 @@ char *cfg_get_default (void)
      return ret;
 }
 
-/* 
+/*
  * Local variables:
  * c-file-style: "k&r"
  * c-basic-offset: 5