Skip to content

Commit 287f078

Browse files
author
Sriya Pratipati
committed
fixed formatting
1 parent 8e2115b commit 287f078

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc/fuzzing/math/acos_fuzz.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ extern "C" int LLVMFuzzerTestOneInput(double x) {
3636
mpfr_clear(input);
3737
return 0;
3838
}
39-

libc/fuzzing/math/atan_fuzz.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ extern "C" int LLVMFuzzerTestOneInput(double x) {
3636
mpfr_clear(input);
3737
return 0;
3838
}
39-

0 commit comments

Comments
 (0)