put some stuff back in
[umurmur.git] / src / ssl.h
index ce9e480ce9f819360624bb45aadd937d5d61c471..c495cc5f272daa04ad2fc1a4103a9be84452f4e1 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -130,7 +130,7 @@ static inline void SSLi_hex2hash(char *in, uint8_t *hash)
        int i, offset = 0;
        char byte[3];
        int scanned;
-       
+
        byte[2] = '\0';
        for (i = 0; i < 20; i++) {
                memcpy(byte, &in[i * 2], 2);