Skip to content

Commit cca60bb

Browse files
authored
fix format
1 parent 001d59b commit cca60bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void SetTimer(int Seconds) {
116116
if (timer_settime(timerid, 0, &T, NULL) == -1) {
117117
Printf("libFuzzer: timer_settime failed with %d\n", errno);
118118
exit(1);
119-
}
119+
}
120120
}
121121

122122
void SetSignalHandler(const FuzzingOptions& Options) {

0 commit comments

Comments
 (0)