Tabulation/indentation fixes (#2314)
- Status messages in CMakeLists.txt files got misaligned, fixing. - An extra space sneaked in before an `#ifdef`, fixing. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -19,7 +19,7 @@ project (jerry-main C)
|
||||
set(ENABLE_LINK_MAP OFF CACHE BOOL "Enable generating a link map file?")
|
||||
|
||||
# Status messages
|
||||
message(STATUS "ENABLE_LINK_MAP " ${ENABLE_LINK_MAP})
|
||||
message(STATUS "ENABLE_LINK_MAP " ${ENABLE_LINK_MAP})
|
||||
|
||||
# Generate map file
|
||||
if(ENABLE_LINK_MAP)
|
||||
|
||||
Reference in New Issue
Block a user