Skip to content

Commit cff97c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 758f3be commit cff97c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/icalrecur_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ int check_and_copy_field(const char *line, const char *pref, char *field, size_t
4747
return 0;
4848
}
4949

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

104105
if (fgets(line, sizeof(line), fp)) {
105-
106106
line_no++;
107107

108108
size_t l = strlen(line);

0 commit comments

Comments
 (0)