aboutsummaryrefslogtreecommitdiff
path: root/jerry-main
diff options
context:
space:
mode:
authorAkos Kiss <akiss@inf.u-szeged.hu>2018-05-07 15:51:55 +0200
committerGitHub <noreply@github.com>2018-05-07 15:51:55 +0200
commit5f60208d1ecb912a38bbd7ebef0ae27014a50907 (patch)
tree33846fd8f7fce7bf8f827882917208a3977b02d5 /jerry-main
parent6dc2764a945b2ef7873fa2438bba9d6822512017 (diff)
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
Diffstat (limited to 'jerry-main')
-rw-r--r--jerry-main/CMakeLists.txt2
-rw-r--r--jerry-main/benchmarking.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/jerry-main/CMakeLists.txt b/jerry-main/CMakeLists.txt
index f7dcfc75..ed1d73f3 100644
--- a/jerry-main/CMakeLists.txt
+++ b/jerry-main/CMakeLists.txt
@@ -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)
diff --git a/jerry-main/benchmarking.c b/jerry-main/benchmarking.c
index 0e8e151a..28546566 100644
--- a/jerry-main/benchmarking.c
+++ b/jerry-main/benchmarking.c
@@ -21,7 +21,7 @@
* implementations.
*/
- #ifdef __GNUC__
+#ifdef __GNUC__
/*
* Note:
* This is nasty and dangerous. However, we only need the timeval structure