Skip to content

Commit

Permalink
Added missing end lines
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Mar 29, 2024
1 parent d806a3c commit 3aee6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/devices/keyboard-joypad/KeyboardJoypadLogComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

YARP_DECLARE_LOG_COMPONENT(KEYBOARDJOYPAD)

#endif // YARP_DEV_KEYBOARDJOYPADLOGCOMPONENT_H
#endif // YARP_DEV_KEYBOARDJOYPADLOGCOMPONENT_H
2 changes: 1 addition & 1 deletion src/vendor/dearimgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
endif()

0 comments on commit 3aee6c1

Please sign in to comment.