Skip to content

Commit d42cf97

Browse files
committed
Fix trailing whitespace issues
1 parent 59a592f commit d42cf97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libstd/net_tcp.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,12 +813,12 @@ impl TcpSocketBuf: io::Reader {
813813
let mut bytes = ~[0];
814814
if self.read(bytes, 1u) == 0 {
815815
if self.end_of_stream {
816-
-1
816+
-1
817817
} else {
818818
fail
819819
}
820-
} else {
821-
bytes[0] as int
820+
} else {
821+
bytes[0] as int
822822
}
823823
}
824824
fn unread_byte(amt: int) {

0 commit comments

Comments
 (0)