diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:54:30 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:54:30 +0200 |
commit | d0dae04c2ae6e4219e0ebac205dd05fa7e9427cf (patch) | |
tree | 80c6fc84f56afedc4fb02a097ae3e464bd792828 /Alsa-Plugin/_Alsa-Hal-plugin/CMakeLists.txt | |
parent | 606ccd2405a55eab4c909160c951c083bccd825d (diff) |
Format: remove blank space at EOL
Change-Id: I786ac8d5be68bdf09d5bb6c883959d6e1963c1fe
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'Alsa-Plugin/_Alsa-Hal-plugin/CMakeLists.txt')
-rw-r--r-- | Alsa-Plugin/_Alsa-Hal-plugin/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Alsa-Plugin/_Alsa-Hal-plugin/CMakeLists.txt b/Alsa-Plugin/_Alsa-Hal-plugin/CMakeLists.txt index 93642b2..90ee5a3 100644 --- a/Alsa-Plugin/_Alsa-Hal-plugin/CMakeLists.txt +++ b/Alsa-Plugin/_Alsa-Hal-plugin/CMakeLists.txt @@ -22,7 +22,7 @@ add_compile_options(-DPIC) # Add target to project dependency list PROJECT_TARGET_ADD(ctl_afbhal) - # Define targets + # Define targets ADD_LIBRARY(${TARGET_NAME} MODULE HalPlugCtl.c) # Alsa Plugin properties @@ -39,7 +39,7 @@ PROJECT_TARGET_ADD(ctl_afbhal) PROJECT_TARGET_ADD(cb_sample) - # Define targets + # Define targets ADD_LIBRARY(${TARGET_NAME} MODULE HalPlugCb.c) # Alsa Plugin properties |