Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / lib / compute_ip_checksum.c
index 9306baf5d00e38dbd178bc15dbeb34ca44539fef..48f93d4699322184302032e9374da471f2803c20 100644 (file)
@@ -39,7 +39,7 @@ unsigned long add_ip_checksums(unsigned long offset, unsigned long sum, unsigned
        sum = ~sum & 0xFFFF;
        new = ~new & 0xFFFF;
        if (offset & 1) {
-               /* byte swap the sum if it came from an odd offset 
+               /* byte swap the sum if it came from an odd offset
                 * since the computation is endian independant this
                 * works.
                 */