Uncrustify lint format fix. (#7)

This commit is contained in:
Javier Moreno
2018-11-19 16:17:04 +01:00
committed by Borja Outerelo
parent 162117d9a2
commit d1c08622ce
3 changed files with 14 additions and 13 deletions
@@ -25,8 +25,8 @@ endif()
ament_package( ament_package(
CONFIG_EXTRAS "microxrcedds_agent_cmake_module-extras.cmake" CONFIG_EXTRAS "microxrcedds_agent_cmake_module-extras.cmake"
) )
install(DIRECTORY cmake install(DIRECTORY cmake
DESTINATION share/${PROJECT_NAME} DESTINATION share/${PROJECT_NAME}
) )
@@ -12,4 +12,5 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
list(INSERT CMAKE_MODULE_PATH 0 "${microxrcedds_agent_cmake_module_DIR}/Modules") list(INSERT CMAKE_MODULE_PATH 0
"${microxrcedds_agent_cmake_module_DIR}/Modules")