Skip to content

Commit 457acbd

Browse files
committed
trim whitespace
1 parent 9f50f84 commit 457acbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rustllvm/PassWrapper.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@ extern "C" void LLVMRustPrintTargetFeatures(LLVMTargetMachineRef TM) {
425425
for (auto &Feature : FeatTable)
426426
printf(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc);
427427
printf("Rust-specific features:\n");
428-
printf(" %-*s - %s.\n",
429-
MaxFeatLen,
430-
"crt-static",
428+
printf(" %-*s - %s.\n",
429+
MaxFeatLen,
430+
"crt-static",
431431
"Enables libraries with C Run-time Libraries(CRT) to be statically linked"
432432
);
433433
printf("\n");

0 commit comments

Comments
 (0)