Skip to content

Commit 835bc77

Browse files
committed
Minor fix to whitespace in libsyntax
1 parent 4ce1daf commit 835bc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/print/pprust.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -856,8 +856,8 @@ impl<'a> State<'a> {
856856
indented: usize) -> io::Result<()> {
857857
self.bclose_maybe_open(span, indented, true)
858858
}
859-
pub fn bclose_maybe_open (&mut self, span: codemap::Span,
860-
indented: usize, close_box: bool) -> io::Result<()> {
859+
pub fn bclose_maybe_open(&mut self, span: codemap::Span,
860+
indented: usize, close_box: bool) -> io::Result<()> {
861861
try!(self.maybe_print_comment(span.hi));
862862
try!(self.break_offset_if_not_bol(1, -(indented as isize)));
863863
try!(word(&mut self.s, "}"));

0 commit comments

Comments
 (0)