diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:55:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 7b841b8b3ecbf66d8a32f1499e8892fa795a650a (patch) | |
tree | 042d19140e4e1d2956d29086d47e9830cb19f2ca /docs | |
parent | 2d0ccb19f2c3c6e860cdd722188dab58250c3e82 (diff) |
Format: Remove spaces at EOL
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev_guide/1_Quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |