Skip to content

Commit cb12fdf

Browse files
committed
Remove trailing whitespace
1 parent 28b526a commit cb12fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub const O_RDWR: ::c_int = 2;
175175
pub const O_TRUNC: ::c_int = 512;
176176
pub const O_CLOEXEC: ::c_int = 0x80000;
177177

178-
pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC;
178+
pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC;
179179

180180
pub const S_IFIFO: ::mode_t = 4096;
181181
pub const S_IFCHR: ::mode_t = 8192;

0 commit comments

Comments
 (0)