diff --git a/CMakeLists.txt b/CMakeLists.txt index 428f5a2..1f07e60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -180,4 +180,4 @@ endif() if(CHARLS_BUILD_SAMPLES) add_subdirectory(samples) -endif() \ No newline at end of file +endif() diff --git a/fuzztest/CMakeLists.txt b/fuzztest/CMakeLists.txt index abca604..118593a 100644 --- a/fuzztest/CMakeLists.txt +++ b/fuzztest/CMakeLists.txt @@ -12,4 +12,4 @@ target_link_libraries(fuzztest PRIVATE charls) if(MSVC) # POSIX functions are used, required for AFL. target_compile_definitions(fuzztest PRIVATE _CRT_SECURE_NO_WARNINGS) -endif() \ No newline at end of file +endif() diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 37262ab..3ab7e27 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -2,4 +2,4 @@ # SPDX-License-Identifier: BSD-3-Clause add_subdirectory(convert.c) -add_subdirectory(convert.cpp) \ No newline at end of file +add_subdirectory(convert.cpp) diff --git a/samples/convert.c/CMakeLists.txt b/samples/convert.c/CMakeLists.txt index f0c7653..909c711 100644 --- a/samples/convert.c/CMakeLists.txt +++ b/samples/convert.c/CMakeLists.txt @@ -19,4 +19,4 @@ if(MSVC) # Not all compilers come with the secure C standard extension functions, making it difficult to use them. # Disable the MSVC warning about not using these functions to keep the sample code simple and easy to understand. target_compile_definitions(convert-c PRIVATE _CRT_SECURE_NO_WARNINGS) -endif() \ No newline at end of file +endif() diff --git a/samples/convert.cpp/CMakeLists.txt b/samples/convert.cpp/CMakeLists.txt index 8a4c035..d3b8cd6 100644 --- a/samples/convert.cpp/CMakeLists.txt +++ b/samples/convert.cpp/CMakeLists.txt @@ -17,4 +17,4 @@ endif() set_target_properties(convert-cpp PROPERTIES CXX_VISIBILITY_PRESET hidden) -target_link_libraries(convert-cpp PRIVATE charls) \ No newline at end of file +target_link_libraries(convert-cpp PRIVATE charls)