Skip to content

Commit ca5506a

Browse files
crabtwcatamorphism
authored andcommitted
fix the indentation of foreign constant
1 parent f7ce3dc commit ca5506a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/print/pprust.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ fn print_foreign_item(s: ps, item: @ast::foreign_item) {
433433
print_type(s, t);
434434
word(s.s, ~";");
435435
end(s); // end the head-ibox
436+
end(s); // end the outer cbox
436437
}
437438
}
438439
}

0 commit comments

Comments
 (0)