From a23b29ea4c1bd9d0407b2b070eb2dc9ad15e71cc Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 19 Feb 2024 12:54:06 +0100 Subject: build: Fix missing newlines at end of file Some files had a newline at the end, others didn't. Now they all do. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/irmd/reg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irmd/reg/CMakeLists.txt') diff --git a/src/irmd/reg/CMakeLists.txt b/src/irmd/reg/CMakeLists.txt index 64fc3bee..ff9d2e99 100644 --- a/src/irmd/reg/CMakeLists.txt +++ b/src/irmd/reg/CMakeLists.txt @@ -4,4 +4,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) include_directories(${CMAKE_SOURCE_DIR}/include) include_directories(${CMAKE_BINARY_DIR}/include) -add_subdirectory(tests) \ No newline at end of file +add_subdirectory(tests) -- cgit v1.2.3