aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
commit0365ed16084240954ede2005a8954b6035490122 (patch)
tree6ec0490f28b581014483dfa4a7122879f6036e5c
parent2e8abc421151b81272f7ab988e494fd29eb431ff (diff)
Format: Remove spaces at EOL
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--README.md2
-rw-r--r--cmake/cmake.d/03-macros.cmake2
-rw-r--r--docs/dev_guide/1_Quickstart.md2
-rw-r--r--samples.d/config.cmake.sample2
-rwxr-xr-xtemplate.d/start-on-target.sh.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 195162f..96dfb3c 100644
--- 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:
diff --git a/cmake/cmake.d/03-macros.cmake b/cmake/cmake.d/03-macros.cmake
index 88d6dd4..ff4388d 100644
--- a/cmake/cmake.d/03-macros.cmake
+++ b/cmake/cmake.d/03-macros.cmake
@@ -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}
)
diff --git a/docs/dev_guide/1_Quickstart.md b/docs/dev_guide/1_Quickstart.md
index baf70ae..9aad1ef 100644
--- a/docs/dev_guide/1_Quickstart.md
+++ b/docs/dev_guide/1_Quickstart.md
@@ -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:
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample
index 9d26ad7..393c893 100644
--- a/samples.d/config.cmake.sample
+++ b/samples.d/config.cmake.sample
@@ -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
diff --git a/template.d/start-on-target.sh.in b/template.d/start-on-target.sh.in
index 9e3a60d..d5426ed 100755
--- a/template.d/start-on-target.sh.in
+++ b/template.d/start-on-target.sh.in
@@ -1,5 +1,5 @@
#!/bin/sh
-#
+#
# File: start-on-target.sh
# Author: Fulup Ar Foll @ IoT.bzh
# Object: Forward signal (SIGTERM) to remote process