From a417b183c6661a41f78a4ff039ad8a01321cdcf5 Mon Sep 17 00:00:00 2001 From: Alanscut Date: Tue, 29 Oct 2019 12:47:36 +0800 Subject: [PATCH] add new line to endif --- fuzzing/CMakeLists.txt | 3 ++- fuzzing/cjson_read_fuzzer.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fuzzing/CMakeLists.txt b/fuzzing/CMakeLists.txt index 587368d..1166000 100644 --- a/fuzzing/CMakeLists.txt +++ b/fuzzing/CMakeLists.txt @@ -30,4 +30,5 @@ endif() if(ENABLE_CJSON_TEST) ADD_EXECUTABLE(fuzz_main fuzz_main.c cjson_read_fuzzer.c) TARGET_LINK_LIBRARIES(fuzz_main cjson) -endif() \ No newline at end of file +endif() + diff --git a/fuzzing/cjson_read_fuzzer.c b/fuzzing/cjson_read_fuzzer.c index e9f733d..aa9c7ba 100644 --- a/fuzzing/cjson_read_fuzzer.c +++ b/fuzzing/cjson_read_fuzzer.c @@ -73,4 +73,5 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) #ifdef __cplusplus } -#endif \ No newline at end of file +#endif +