Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2024
1 parent 758f3be commit cff97c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/icalrecur_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ int check_and_copy_field(const char *line, const char *pref, char *field, size_t
return 0;
}

static void print_error_hdr(struct recur* r) {
static void print_error_hdr(struct recur *r)
{
fprintf(stderr, "Test case at line %d failed.\n", r->line_no);
fprintf(stderr, "RRULE:%s\n", r->rrule);
fprintf(stderr, "DTSTART:%s\n", r->dtstart);
Expand Down Expand Up @@ -102,7 +103,6 @@ int main(int argc, char *argv[])
int yield;

if (fgets(line, sizeof(line), fp)) {

line_no++;

size_t l = strlen(line);
Expand Down

0 comments on commit cff97c3

Please sign in to comment.