Format: Remove spaces at EOL
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 23 Aug 2017 08:55:56 +0000 (10:55 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 23 Aug 2017 08:55:56 +0000 (10:55 +0200)
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
README.md
cmake/cmake.d/03-macros.cmake
docs/dev_guide/1_Quickstart.md
samples.d/config.cmake.sample
template.d/start-on-target.sh.in

index 195162f..96dfb3c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ For each target part of your project, you need to use ***PROJECT_TARGET_ADD***
 to include this target to your project.
 
 Using it, make available the cmake variable ***TARGET_NAME*** until the next
-***PROJECT_TARGET_ADD*** is invoked with a new target name. 
+***PROJECT_TARGET_ADD*** is invoked with a new target name.
 
 So, typical usage defining a target is:
 
index 88d6dd4..ff4388d 100644 (file)
@@ -144,7 +144,7 @@ macro(add_input_files INPUT_FILES)
        list_filter(LUA_LIST "lua$")
        list_filter(JSON_LIST "json$")
 
-       add_custom_target(${TARGET_NAME} 
+       add_custom_target(${TARGET_NAME}
        DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}
        )
 
index baf70ae..9aad1ef 100644 (file)
@@ -29,7 +29,7 @@ For each target part of your project, you need to use ***PROJECT_TARGET_ADD***
 to include this target to your project.
 
 Using it, make available the cmake variable ***TARGET_NAME*** until the next
-***PROJECT_TARGET_ADD*** is invoked with a new target name. 
+***PROJECT_TARGET_ADD*** is invoked with a new target name.
 
 So, typical usage defining a target is:
 
index 9d26ad7..393c893 100644 (file)
@@ -84,7 +84,7 @@ set (PKG_REQUIRED_LIST
 # Either separate options with ";", or each options must be quoted separately
 # DO NOT PUT ALL OPTION QUOTED AT ONCE , COMPILATION COULD FAILED !
 # ----------------------------------------------------------------------------
-#set(COMPILE_OPTIONS 
+#set(COMPILE_OPTIONS
 # -Wall
 # -Wextra
 # -Wconversion
index 9e3a60d..d5426ed 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# 
+#
 # File:   start-on-target.sh
 # Author: Fulup Ar Foll @ IoT.bzh
 # Object: Forward signal (SIGTERM) to remote process