diff options
| author | Jyun-Yan You <jyyou@cs.nctu.edu.tw> | 2012-10-08 16:36:09 +0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-17 12:03:18 -0700 |
| commit | ca5506a5dee75eb3ee84eff1f0fa5f5e40f54544 (patch) | |
| tree | fae5dbad120bf25152fffaf07dabff4dbf3b0e10 /src/libsyntax | |
| parent | f7ce3dc55f1bcc8a741951a4b9f090bad61769ae (diff) | |
| download | rust-ca5506a5dee75eb3ee84eff1f0fa5f5e40f54544.tar.gz rust-ca5506a5dee75eb3ee84eff1f0fa5f5e40f54544.zip | |
fix the indentation of foreign constant
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/print/pprust.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/print/pprust.rs b/src/libsyntax/print/pprust.rs index 5e37f7e18ec..60b3e005f10 100644 --- a/src/libsyntax/print/pprust.rs +++ b/src/libsyntax/print/pprust.rs @@ -433,6 +433,7 @@ fn print_foreign_item(s: ps, item: @ast::foreign_item) { print_type(s, t); word(s.s, ~";"); end(s); // end the head-ibox + end(s); // end the outer cbox } } } |
