From 012765a796803b1ae536fe26868e9edf10ee4fdb Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 7 Apr 2015 00:14:44 +0300 Subject: [PATCH] Typo (missing newline) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6b61bd0a1..b889336f0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,4 +34,4 @@ add_subdirectory(libuavcan) if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") message(STATUS "Adding Linux support library") add_subdirectory(libuavcan_drivers/linux) -endif () \ No newline at end of file +endif ()