summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson
diff options
context:
space:
mode:
authorruki <[email protected]>2021-06-29 00:10:09 +0800
committerruki <[email protected]>2021-06-29 00:10:09 +0800
commit086e0afb0c5ca2de85231a0cc4b6f52c93508d09 (patch)
tree8dc72d0ae830a8564f31eb62270a1f86d8710fb3 /core/src/lua-cjson
parent61147dc43fd140910c6e1ebfd8efd58d7acce78a (diff)
fix trailing spaces
Diffstat (limited to 'core/src/lua-cjson')
-rw-r--r--core/src/lua-cjson/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lua-cjson/makefile b/core/src/lua-cjson/makefile
index 0a4263f03..b9b132553 100644
--- a/core/src/lua-cjson/makefile
+++ b/core/src/lua-cjson/makefile
@@ -18,7 +18,7 @@ lua-cjson_C_FILES += \
lua-cjson/lua_cjson
# cflags
-# Use internal strtod() / g_fmt() code for performance and disable multi-thread
+# Use internal strtod() / g_fmt() code for performance and disable multi-thread
lua-cjson_CFLAGS += -DNDEBUG -DUSE_INTERNAL_FPCONV
# includes