Add newlines at the end of the fuzzing files

This commit is contained in:
Marshall Clow
2018-07-04 11:26:52 -07:00
parent 6bb5fa5ee0
commit 3659b18846
2 changed files with 2 additions and 2 deletions

View File

@ -78,4 +78,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz) {
} }
return 0; return 0;
} }

View File

@ -138,4 +138,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz) {
} }
return 0; return 0;
} }