Skip to content

Commit da6febf

Browse files
committed
CMake: mbed_greentea: Remove trailing whitespace
1 parent 4e121a7 commit da6febf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cmake/mbed_greentea.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/app.cmake)
1111
# TEST_INCLUDE_DIRS - Test suite include directories for the test
1212
# TEST_SOURCES - Test suite sources
1313
# TEST_REQUIRED_LIBS - Test suite required libraries
14-
#
14+
#
1515
# calling the macro:
1616
# mbed_greentea_add_test(
1717
# TEST_NAME mbed-platform-system-reset
@@ -59,7 +59,7 @@ macro(mbed_greentea_add_test)
5959
# For example:
6060
# - To select mbed-os library, use cmake with -DMBED_TEST_LINK_LIBRARIES=mbed-os
6161
# - To select baremetal library, use cmake with -DMBED_TEST_LINK_LIBRARIES=mbed-baremetal
62-
# - To select baremetal with extra external error logging library to the test, use cmake with
62+
# - To select baremetal with extra external error logging library to the test, use cmake with
6363
# -D "MBED_TEST_LINK_LIBRARIES=mbed-baremetal ext-errorlogging"
6464
if (DEFINED MBED_TEST_LINK_LIBRARIES)
6565
separate_arguments(MBED_TEST_LINK_LIBRARIES)

0 commit comments

Comments
 (0)