aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Generating-sources.md
diff options
context:
space:
mode:
authorLuis Menina <luis.menina@external.softbankrobotics.com>2017-10-23 11:58:22 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-10-23 18:43:04 +0200
commit92866d8d5f50b6133be4b53d989665dedd89dd52 (patch)
tree67ad7acb8277601c8143ccfb04552ea7da8668de /docs/markdown/Generating-sources.md
parent36eb7bf0aaec8428299927b1131341d903df2670 (diff)
downloadmeson-92866d8d5f50b6133be4b53d989665dedd89dd52.zip
meson-92866d8d5f50b6133be4b53d989665dedd89dd52.tar.gz
meson-92866d8d5f50b6133be4b53d989665dedd89dd52.tar.bz2
docs: Remove unnecessary trailing whitespaces
Diffstat (limited to 'docs/markdown/Generating-sources.md')
-rw-r--r--docs/markdown/Generating-sources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Generating-sources.md b/docs/markdown/Generating-sources.md
index c5e338d..ae1302b 100644
--- a/docs/markdown/Generating-sources.md
+++ b/docs/markdown/Generating-sources.md
@@ -31,7 +31,7 @@ gen_src = custom_target('gen-output',
'--h-out', '@OUTPUT1@'])
```
-The `@INPUT@` there will be transformed to `'somefile1.c' 'file2.c'`. Just like the output, you can also refer to each input file individually by index.
+The `@INPUT@` there will be transformed to `'somefile1.c' 'file2.c'`. Just like the output, you can also refer to each input file individually by index.
Then you just put that in your program and you're done.