Implement HashTable + fix some extra blank spaces, remove Bool type (using bool ...
[cgds.git] / test / t.BufferTop.c
index 42b31c9..53899c4 100644 (file)
@@ -7,7 +7,7 @@ void t_buffertop_clear()
 {
        BufferTop* bt = buffertop_new(int, 10, MIN_T, 2);
 
-       // NOTE: items with same values are supported; 
+       // NOTE: items with same values are supported;
        // since it is unused in this test, we arbitrarily choose 0.0
        buffertop_tryadd(bt, 0, 0.0);
        buffertop_tryadd(bt, 0, 0.0);