From 821c1e7a44fab09b61f27e1e5e1ad13723f76f02 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 26 Jul 2011 15:39:24 -0700 Subject: [PATCH] Trailing whitespace. --- src/comp/syntax/print/pprust.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/syntax/print/pprust.rs b/src/comp/syntax/print/pprust.rs index 24e9581446f..a59febf05fb 100644 --- a/src/comp/syntax/print/pprust.rs +++ b/src/comp/syntax/print/pprust.rs @@ -191,7 +191,7 @@ fn break_offset_if_not_bol(&ps s, uint n, int off) { if ! is_bol(s) { break_offset(s.s, n, off); } else { - if off != 0 && + if off != 0 && s.s.last_token() == pp::hardbreak_tok() { // We do something pretty sketchy here: tuck the nonzero // offset-adjustment we were going to deposit along with the