Fixing some bugs + improving the testcase ...
[satune.git] / src / Collections / structs.h
index a45eb132cf1eb2c53ae99dd4e5bd259b69ac59cd..5936bbd8e0ca96efda7c215207b31d4436e93795 100644 (file)
@@ -23,8 +23,6 @@ VectorDef(TableEntry, TableEntry *, 4);
 VectorDef(ASTNode, ASTNode *, 4);
 VectorDef(Int, uint64_t, 4);
 
-
-
 HashTableDef(Void, void *, void *);
 HashTableDef(BoolConst, OrderPair *, Constraint *);