Skip to content

Commit 236f833

Browse files
committed
remove tab character
1 parent bc5eb95 commit 236f833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ fn pipe() -> {in: c_int, out: c_int} {
358358
}
359359

360360
fn dup2(src: c_int, dst: c_int) -> c_int {
361-
libc::dup2(src, dst)
361+
libc::dup2(src, dst)
362362
}
363363

364364

0 commit comments

Comments
 (0)