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 22, 2024
1 parent 6d684ba commit 4e2e6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/icalrecur_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ int main(int argc, char *argv[])
fprintf(stderr, "line buffer overflow: %s\n", line);
}

yield = 0;;
yield = 0;
;
}
} else {
eof = 1;
Expand Down

0 comments on commit 4e2e6dd

Please sign in to comment.