Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and atmaxinger committed May 29, 2023
1 parent a5ae75b commit 91bf3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctest/test_record.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdio.h>
#include <tests.h>

#define printErrorAndClear(key) logKeyErrorAndClear(key, __FILE__, __LINE__)
#define printErrorAndClear(key) logKeyErrorAndClear (key, __FILE__, __LINE__)

static void logKeyErrorAndClear (Key * key, char * file, int line)
{
Expand Down

0 comments on commit 91bf3ea

Please sign in to comment.