Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / lib / nrv2b.c
index c91eda50477729ed9b90ba96e46562aeedd91a73..d84e99ec0be41c18c74ca2f066ccd019fa8fd862 100644 (file)
@@ -1,4 +1,4 @@
-// This GETBIT is supposed to work on little endian 
+// This GETBIT is supposed to work on little endian
 // 32bit systems. The algorithm will definitely need
 // some fixing on other systems, but it might not be
 // a problem since the nrv2b binary behaves the same..
@@ -37,7 +37,7 @@ static unsigned long unrv2b(uint8_t * src, uint8_t * dst, unsigned long *ilen_p)
 
        // skip length
        src += 4;
-       /* FIXME: check olen with the length stored in first 4 bytes */ 
+       /* FIXME: check olen with the length stored in first 4 bytes */
 
        for (;;) {
                unsigned int m_off, m_len;