about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorroot <aszenz@gmail.com>2020-06-16 18:53:30 +0000
committerroot <aszenz@gmail.com>2020-06-16 18:53:30 +0000
commit457acbd5a80153fc06bca12663405c175fd9453f (patch)
treed875e109cf63bfcf443d1b28ec9f15913314dde9 /src/rustllvm/PassWrapper.cpp
parent9f50f84ef106c7f521d1322ec39562610339f74d (diff)
downloadrust-457acbd5a80153fc06bca12663405c175fd9453f.tar.gz
rust-457acbd5a80153fc06bca12663405c175fd9453f.zip
trim whitespace
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
-rw-r--r--src/rustllvm/PassWrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp
index 16c2ac33227..28caf61a019 100644
--- a/src/rustllvm/PassWrapper.cpp
+++ b/src/rustllvm/PassWrapper.cpp
@@ -425,9 +425,9 @@ extern "C" void LLVMRustPrintTargetFeatures(LLVMTargetMachineRef TM) {
   for (auto &Feature : FeatTable)
     printf("    %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc);
   printf("Rust-specific features:\n");
-  printf("    %-*s - %s.\n", 
-    MaxFeatLen, 
-    "crt-static", 
+  printf("    %-*s - %s.\n",
+    MaxFeatLen,
+    "crt-static",
     "Enables libraries with C Run-time Libraries(CRT) to be statically linked"
   );
   printf("\n");