From: Pavel Charvat Date: Sun, 7 Nov 2010 10:36:36 +0000 (+0100) Subject: hashtable: Only fixed whitespace. X-Git-Tag: v5.0~138 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b608a87f79c9164adf58aabace1e88bd7112fc07;p=libucw.git hashtable: Only fixed whitespace. --- diff --git a/ucw/hashtable.h b/ucw/hashtable.h index 4f8ca1a3..88fd0977 100644 --- a/ucw/hashtable.h +++ b/ucw/hashtable.h @@ -40,7 +40,7 @@ * With complex keys, HASH_GIVE_HASHFN and HASH_GIVE_EQ * are mandatory. * | HASH_KEY_MEMORY=f use node->f as a raw data key, compared using - * memcmp + * memcmp * HASH_KEY_SIZE the length of the key block * * Then specify what operations you request (all names are automatically