Skip to content

Commit 551c86f

Browse files
committed
Wrap lines to keep them under 100 chars
1 parent 73fff21 commit 551c86f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/fcntl.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ mod consts {
255255

256256
}
257257

258-
#[cfg(any(target_os = "netbsd", target_os = "dragonfly", target_os = "openbsd", target_os = "freebsd", target_os = "macos", target_os = "ios"))]
258+
#[cfg(any(target_os = "netbsd", target_os = "dragonfly", target_os = "openbsd",
259+
target_os = "freebsd", target_os = "macos", target_os = "ios"))]
259260
mod consts {
260261
use libc::{self,c_int};
261262

@@ -280,7 +281,8 @@ mod consts {
280281
O_CLOEXEC,
281282
O_FSYNC,
282283
O_NDELAY,
283-
#[cfg(any(target_os = "netbsd", target_os = "openbsd", target_os = "macos", target_os = "ios"))]
284+
#[cfg(any(target_os = "netbsd", target_os = "openbsd", target_os = "macos",
285+
target_os = "ios"))]
284286
O_DSYNC,
285287
#[cfg(any(target_os = "netbsd", target_os = "dragonfly", target_os = "freebsd"))]
286288
O_DIRECT,

0 commit comments

Comments
 (0)