Skip to content

Commit 4e2e6dd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6d684ba commit 4e2e6dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/icalrecur_test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ int main(int argc, char *argv[])
111111
fprintf(stderr, "line buffer overflow: %s\n", line);
112112
}
113113

114-
yield = 0;;
114+
yield = 0;
115+
;
115116
}
116117
} else {
117118
eof = 1;

0 commit comments

Comments
 (0)