]> git.proxmox.com Git - mirror_qemu.git/blobdiff - slirp/cksum.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / slirp / cksum.c
index ee7e8644adc783d9cf17876bd608d29bd02a5cd7..b98373b51f94686eebb01832520c0bd987f21f9c 100644 (file)
@@ -117,7 +117,7 @@ int cksum(struct mbuf *m, int len)
                        sum += s_util.s;
                        mlen = 0;
                } else
-                 
+
                   mlen = -1;
        } else if (mlen == -1)
           s_util.c[0] = *(u_int8_t *)w;