]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hashfunc.c
Cleaned up the fastbuf interfaces.
[libucw.git] / lib / hashfunc.c
index 10c29abd67c3cdb7be34a294adfbb20d7820ce93..f51c84e8ec42b67f190a0a95c630e1ad7cfbdf4b 100644 (file)
@@ -45,7 +45,7 @@ str_len_uns(uns x)
        uns a, i;
        byte *bytes;
        a = ~x & (x - sub) & and;
-       /* 
+       /*
         * x_2 = x - 0x01010101;
         * x_3 = ~x & x_2;
         * a = x_3 & 0x80808080;