Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
knggk committed Oct 2, 2024
1 parent 6b72c68 commit 28951d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/unit/test_rax.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ int test_raxRandomWalk(int argc, char **argv, int flags) {
UNUSED(flags);

rax *t = raxNew();
char *toadd[] = {"alligator", "alien", "byword", "chromodynamic", "romane", "romanus", "romulus", "rubens",
"ruber", "rubicon", "rubicundus", "all", "rub", "by", NULL};
char *toadd[] = {"alligator", "alien", "byword", "chromodynamic", "romane", "romanus", "romulus", "rubens",
"ruber", "rubicon", "rubicundus", "all", "rub", "by", NULL};

long numele;
for (numele = 0; toadd[numele] != NULL; numele++) {
Expand Down Expand Up @@ -582,8 +582,8 @@ int test_raxIteratorUnitTests(int argc, char **argv, int flags) {
UNUSED(flags);

rax *t = raxNew();
char *toadd[] = {"alligator", "alien", "byword", "chromodynamic", "romane", "romanus", "romulus", "rubens",
"ruber", "rubicon", "rubicundus", "all", "rub", "by", NULL};
char *toadd[] = {"alligator", "alien", "byword", "chromodynamic", "romane", "romanus", "romulus", "rubens",
"ruber", "rubicon", "rubicundus", "all", "rub", "by", NULL};

for (int x = 0; x < 10000; x++) genrand64_int64();

Expand Down

0 comments on commit 28951d3

Please sign in to comment.