diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:55:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:55:56 +0200 |
commit | 0365ed16084240954ede2005a8954b6035490122 (patch) | |
tree | 6ec0490f28b581014483dfa4a7122879f6036e5c /samples.d | |
parent | 2e8abc421151b81272f7ab988e494fd29eb431ff (diff) |
Format: Remove spaces at EOL
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'samples.d')
-rw-r--r-- | samples.d/config.cmake.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 |