X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=test%2Ft.HashTable.c;h=e695f5706dc500d99560dddd5695dc50d50e6568;hb=HEAD;hp=a77b2cafd008822a045d9503c7c4adb35d8f8c38;hpb=eed1b5d2fca21abae2540b500f4a4ed94a809403;p=cgds.git diff --git a/test/t.HashTable.c b/test/t.HashTable.c index a77b2ca..e695f57 100644 --- a/test/t.HashTable.c +++ b/test/t.HashTable.c @@ -71,7 +71,7 @@ void t_hashtable_set_remove_basic() ckValue += 1.0; } - //Remove keys / values + // Remove keys / values for (int i = 0; i < n; i++) { key[3] = (char)(48 + i); @@ -98,7 +98,7 @@ void t_hashtable_getnull_modify() } for (int i = 0; i < n; i++) { - //another way to access elements + // Another way to access elements key[3] = (char)(48 + i); StructTest1* st1Cell; hashtable_get(h, key, st1Cell);