summaryrefslogtreecommitdiff
path: root/include/hash.h
diff options
context:
space:
mode:
authorPixel <>2001-04-16 15:12:16 +0000
committerPixel <>2001-04-16 15:12:16 +0000
commite09044e963015cf672d0f992264ee1563717602a (patch)
tree1a55d7d5e46401a41ca7bc24e597d90b0b720601 /include/hash.h
parent3953a2906211a6c0007079dcafe66aa372ab33d1 (diff)
Indentation
Diffstat (limited to 'include/hash.h')
-rw-r--r--include/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hash.h b/include/hash.h
index 3420a51..a7948a1 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -4,7 +4,7 @@
#define TAILLECHAINEHACHAGE (26*2+1)
#ifdef HAVE_CONFIG_H
-typedef void * _TypeVariable;
+typedef void *_TypeVariable;
#else
typedef int _TypeVariable;
#endif