Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / mkelfImage / kunzip_src / lib / kunzip.c
index 4bfe504f708946d69f3909051b7fe6feb12a5e93..b8ae1c1ecc10eaa896faa6089838a94bee267316 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifdef DEBUG
-#  define Trace(x) 
+#  define Trace(x)
 #  define Tracev(x)
 #  define Tracevv(x)
 #  define Tracec(c,x)
@@ -113,7 +113,7 @@ static void flush_window(void)
                        limit = outcnt;
                }
                out = output_ptr;
-               DBG(("flush 0x%08lx start 0x%08lx limit 0x%08lx\n", 
+               DBG(("flush 0x%08lx start 0x%08lx limit 0x%08lx\n",
                        (unsigned long) out, (unsigned long)n, limit));
                for (; n < limit; n++) {
                        ch = *out++ = *in++;