From 3aee6c147f0cbbf43834df92f8300f6c0acf3f0b Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 29 Mar 2024 11:59:10 +0100 Subject: [PATCH] Added missing end lines --- src/devices/keyboard-joypad/KeyboardJoypadLogComponent.h | 2 +- src/vendor/dearimgui/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/keyboard-joypad/KeyboardJoypadLogComponent.h b/src/devices/keyboard-joypad/KeyboardJoypadLogComponent.h index 7fde099..d9cf70c 100644 --- a/src/devices/keyboard-joypad/KeyboardJoypadLogComponent.h +++ b/src/devices/keyboard-joypad/KeyboardJoypadLogComponent.h @@ -13,4 +13,4 @@ YARP_DECLARE_LOG_COMPONENT(KEYBOARDJOYPAD) -#endif // YARP_DEV_KEYBOARDJOYPADLOGCOMPONENT_H \ No newline at end of file +#endif // YARP_DEV_KEYBOARDJOYPADLOGCOMPONENT_H diff --git a/src/vendor/dearimgui/CMakeLists.txt b/src/vendor/dearimgui/CMakeLists.txt index a4970cd..a44c976 100644 --- a/src/vendor/dearimgui/CMakeLists.txt +++ b/src/vendor/dearimgui/CMakeLists.txt @@ -31,4 +31,4 @@ if(NOT imgui_POPULATED) message (STATUS "Downloading ${CMAKELIST_URL}/imgui-config.cmake.in to ${imgui_SOURCE_DIR}/imgui-config.cmake.in") file(DOWNLOAD "${CMAKELIST_URL}/imgui-config.cmake.in" "${imgui_SOURCE_DIR}/imgui-config.cmake.in") add_subdirectory(${imgui_SOURCE_DIR} ${imgui_BINARY_DIR}) -endif() \ No newline at end of file +endif()