Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / cbfstool / common.c
index 30d52816b100f811ce22069376419acff1c2b1a1..b071864b5c81923f9ed4772722e76976f7d2bc95 100644 (file)
@@ -183,10 +183,10 @@ void print_cbfs_directory(const char *filename)
                    (struct cbfs_file *)phys_to_virt(current);
                uint32_t length = ntohl(thisfile->len);
                char *fname = (char *)(phys_to_virt(current) + sizeof(struct cbfs_file));
-               if (strlen(fname) == 0) 
+               if (strlen(fname) == 0)
                        fname = "(empty)";
 
-               printf("%-30s 0x%-8x %-12s %d\n", fname, 
+               printf("%-30s 0x%-8x %-12s %d\n", fname,
                       current - phys_start, strfiletype(ntohl(thisfile->type)),
                       length);
                current =