hir pretty: fix block indent
This commit is contained in:
parent
b21b74b5e6
commit
7b1527ff5f
9 changed files with 53 additions and 53 deletions
|
@ -1454,7 +1454,7 @@ impl<'a> State<'a> {
|
|||
self.word_space(":");
|
||||
}
|
||||
// containing cbox, will be closed by print-block at `}`
|
||||
self.cbox(INDENT_UNIT);
|
||||
self.cbox(0);
|
||||
// head-box, will be closed by print-block after `{`
|
||||
self.ibox(0);
|
||||
self.print_block(blk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue