]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
hashTable: pretty up include
authorVMware, Inc <>
Mon, 26 Sep 2011 20:03:47 +0000 (13:03 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Sep 2011 20:03:47 +0000 (13:03 -0700)
Make the style consistent

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/hashTable.h

index 93022fa10bdcc53ebe036ca2f15d55becc45e8c9..2ff54210739d743350033817a66c4152fb87a72e 100644 (file)
 
 
 typedef struct HashTable HashTable;
+
 typedef void (*HashTableFreeEntryFn)(void *clientData);
-typedef int (*HashTableForEachCallback)(const char *key, void *value, 
+
+typedef int (*HashTableForEachCallback)(const char *key,
+                                        void *value, 
                                         void *clientData);
 
 #define HASH_STRING_KEY                0       // case-sensitive string key