pp: print spaces around '=' in 'extern mod blah = "blah"'
This commit is contained in:
parent
8eb28bb7dc
commit
e007f94747
1 changed files with 2 additions and 0 deletions
|
@ -1895,7 +1895,9 @@ pub fn print_view_item(s: @ps, item: &ast::view_item) {
|
||||||
head(s, "extern mod");
|
head(s, "extern mod");
|
||||||
print_ident(s, id);
|
print_ident(s, id);
|
||||||
for p in optional_path.iter() {
|
for p in optional_path.iter() {
|
||||||
|
space(s.s);
|
||||||
word(s.s, "=");
|
word(s.s, "=");
|
||||||
|
space(s.s);
|
||||||
print_string(s, *p);
|
print_string(s, *p);
|
||||||
}
|
}
|
||||||
if !mta.is_empty() {
|
if !mta.is_empty() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue