CMake: Remove trailing whitespace from CMakeLists.txt

pull/14765/head
Robert Walton 2021-06-10 15:19:35 +01:00
parent aeaac0e70c
commit eb733925dc
1 changed files with 8 additions and 8 deletions

View File

@ -98,7 +98,7 @@ if(${CMAKE_CROSSCOMPILING})
endif() endif()
# We need to generate a "response file" to pass to the C preprocessor when we preprocess the linker # We need to generate a "response file" to pass to the C preprocessor when we preprocess the linker
# script, because of path le ngth limitations on Windows. We set the response file and bind the path # script, because of path length limitations on Windows. We set the response file and bind the path
# to a global property here. The MBED_TARGET being built queries this global property when it sets # to a global property here. The MBED_TARGET being built queries this global property when it sets
# the linker script. # the linker script.
# #