Skip to content

Commit ebbd804

Browse files
charlieviethBenBE
andauthored
Hashtable: code formatting
Co-authored-by: BenBE <BenBE@geshi.org>
1 parent 0174878 commit ebbd804

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Hashtable.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ void Hashtable_setSize(Hashtable* this, size_t size) {
258258
size_t newSize = nextPrime(size);
259259
if (newSize == this->size)
260260
return;
261+
261262
assert(newSize > this->items);
262263

263264
HashtableItem* oldBuckets = this->buckets;

0 commit comments

Comments
 (0)