]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commitdiff
add new line to endif
authorAlanscut <wp_scut@163.com>
Tue, 29 Oct 2019 04:47:36 +0000 (12:47 +0800)
committerAlanscut <wp_scut@163.com>
Tue, 29 Oct 2019 04:47:36 +0000 (12:47 +0800)
fuzzing/CMakeLists.txt
fuzzing/cjson_read_fuzzer.c

index 587368d066c539eaa527654499c2fab9bb98f008..1166000df000d5a9a07edfdca763edd49f70a42b 100644 (file)
@@ -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()
+
index e9f733d1a5d7c6e5b52ce24fa162bd5fdf414387..aa9c7ba7e759f3bc0ca94641632ad3f0808b78d4 100644 (file)
@@ -73,4 +73,5 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
 
 #ifdef __cplusplus
 }
-#endif
\ No newline at end of file
+#endif
+