trim whitespace

This commit is contained in:
root 2020-06-16 18:53:30 +00:00
parent 9f50f84ef1
commit 457acbd5a8

View file

@ -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");