Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / nvramtool / hexdump.c
index 78199eb0ce4d46d2a342acea412e348d0a155fc7..405703fe732285ebf3d06f193035c6a7fd64710d 100644 (file)
@@ -88,7 +88,7 @@ void hexdump(const void *mem, int bytes, uint64_t addrprint_start,
         * terminates, the number of remaining bytes to display (if any)
         * will not be enough to fill an entire line.
         */
-       for (bytes_left = bytes; 
+       for (bytes_left = bytes;
                        bytes_left >= format->bytes_per_line;
                        bytes_left -= format->bytes_per_line) {
                /* print start address for current line */