소스 검색

add new line to endif

Alanscut 5 년 전
부모
커밋
a417b183c6
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      fuzzing/CMakeLists.txt
  2. 2 1
      fuzzing/cjson_read_fuzzer.c

+ 2 - 1
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()
+endif()
+

+ 2 - 1
fuzzing/cjson_read_fuzzer.c

@@ -73,4 +73,5 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
 
 #ifdef __cplusplus
 }
-#endif
+#endif
+