about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorAlexander Melentyev <alexander.melentyev@icloud.com>2021-06-21 12:11:37 +0300
committerAlexander Melentyev <alexander.melentyev@icloud.com>2021-06-21 12:11:37 +0300
commite84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0 (patch)
treec31e8ce52d3a7eba428ebb016064783178174704 /config.toml.example
parentfb3ea63d9b4c3e9bb90d4250b870faaffb9c8fd2 (diff)
downloadrust-e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0.tar.gz
rust-e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0.zip
Delete spaces
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example
index 7fa5353d09b..9a820f0803f 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -567,8 +567,8 @@ changelog-seen = 2
 # On Linux target, if crt-static is not enabled, 'no' means dynamic link to
 # `libgcc_s.so`, 'in-tree' means static link to the in-tree build of llvm libunwind
 # and 'system' means dynamic link to `libunwind.so`. If crt-static is enabled,
-# the behavior is depend on the libc. On musl target, 'no' and 'in-tree' both 
-# means static link to the in-tree build of llvm libunwind, and 'system' means 
+# the behavior is depend on the libc. On musl target, 'no' and 'in-tree' both
+# means static link to the in-tree build of llvm libunwind, and 'system' means
 # static link to `libunwind.a` provided by system. Due to the limitation of glibc,
 # it must link to `libgcc_eh.a` to get a working output, and this option have no effect.
 #llvm-libunwind = 'no'