From 81a815143507e913ba95fbd53a5441278db82f19 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Tue, 18 Dec 2018 10:15:31 -0800 Subject: [PATCH] Change uncrustify max line length to 0 This is for compatibility with uncrustify v0.68. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 619d80c4..58a6f5c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,7 @@ if(BUILD_TESTING) ament_uncrustify( TESTNAME "uncrustify_logging_macros" # the generated code might contain longer lines for templated types - MAX_LINE_LENGTH 999 + MAX_LINE_LENGTH 0 "${CMAKE_CURRENT_BINARY_DIR}/include/rcutils/logging_macros.h") endif()