summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLiu <[email protected]>2019-12-02 21:32:50 +0800
committerLiu <[email protected]>2019-12-02 21:33:15 +0800
commit30d4183095aa5dcdb9cbe00b1b48e45ca31424fe (patch)
treeb8e47b54d84dab64cc9a65e101fcc947e52ea6cc /README.md
parent45b739d927c89d93d85f626ab77dee70746c1cd3 (diff)
clear tail white space
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b2b8209e..15448f0d0 100644
--- a/README.md
+++ b/README.md
@@ -236,7 +236,7 @@ add_rules("mode.debug", "mode.release")
target("console")
set_kind("binary")
- add_files("src/*.c")
+ add_files("src/*.c")
if is_mode("debug") then
add_defines("DEBUG")
end