Skip to content

Commit

Permalink
add blank line bw sections
Browse files Browse the repository at this point in the history
Separate target features from rust ones with a blank line

Co-authored-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
aszenz and cuviper authored Jun 17, 2020
1 parent 457acbd commit caffb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustllvm/PassWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ extern "C" void LLVMRustPrintTargetFeatures(LLVMTargetMachineRef TM) {
printf("Available features for this target:\n");
for (auto &Feature : FeatTable)
printf(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc);
printf("Rust-specific features:\n");
printf("\nRust-specific features:\n");
printf(" %-*s - %s.\n",
MaxFeatLen,
"crt-static",
Expand Down

0 comments on commit caffb28

Please sign in to comment.