Skip to content

Commit 79688fc

Browse files
author
Sriya Pratipati
committed
added newline at EOF
1 parent ee5078d commit 79688fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/fuzzing/math/fsqrt_fuzz.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
5050
mpfr_clear(input);
5151
mpfr_clear(out);
5252
return 0;
53-
}
53+
}

libc/fuzzing/math/hypot_fuzz.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
6161
mpfr_clear(in_y);
6262
mpfr_clear(out);
6363
return 0;
64-
}
64+
}

0 commit comments

Comments
 (0)