Restructure transforms a little and run make tabbing
[satune.git] / src / AST / asthash.h
index 6dd50dc8ec4229e2bbf9880de169016896f619b4..a80d67e2d6f51b8ea536928b74974302e61df23e 100644 (file)
@@ -3,7 +3,7 @@
 #include "classes.h"
 #include "hashtable.h"
 
-uint hashBoolean(Boolean * boolean);
+uint hashBoolean(Boolean *boolean);
 bool compareBoolean(Boolean *b1, Boolean *b2);
 
 uint hashElement(Element *element);