Address CMake and uncrustify linter violations

This commit is contained in:
Scott K Logan 2019-09-13 16:55:09 -05:00 committed by eboasson
parent 44e61e20e0
commit e849c71122
2 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ find_package(ament_cmake_ros REQUIRED)
find_package(rcutils REQUIRED)
if (CYCLONEDDS_FROM_SOURCE)
if(CYCLONEDDS_FROM_SOURCE)
message("Building CycloneDDS from source")
find_package(cyclonedds_vendor REQUIRED)
else()