Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
improve code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lawli3t committed Jun 6, 2021
1 parent c723d81 commit 04defd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/abi/testabi_ks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1460,8 +1460,8 @@ static void test_ksAppend (void)
KeySet * ks = ksNew (0, KS_END);
succeed_if (ksAppendKey (0, key) == -1, "No error on NULL pointer");
succeed_if (ksAppendKey (ks, 0) == -1, "No error on NULL pointer");
ksDel(ks);
keyDel(key);
ksDel (ks);
keyDel (key);

KeySet * returned =
#include "data_keyset.c"
Expand Down

0 comments on commit 04defd5

Please sign in to comment.