Skip to content

Commit caffb28

Browse files
aszenzcuviper
andauthored
add blank line bw sections
Separate target features from rust ones with a blank line Co-authored-by: Josh Stone <cuviper@gmail.com>
1 parent 457acbd commit caffb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustllvm/PassWrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ extern "C" void LLVMRustPrintTargetFeatures(LLVMTargetMachineRef TM) {
424424
printf("Available features for this target:\n");
425425
for (auto &Feature : FeatTable)
426426
printf(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc);
427-
printf("Rust-specific features:\n");
427+
printf("\nRust-specific features:\n");
428428
printf(" %-*s - %s.\n",
429429
MaxFeatLen,
430430
"crt-static",

0 commit comments

Comments
 (0)