Skip to content

Commit 1935c1a

Browse files
committed
Fixed style issues.
1 parent c73ef9c commit 1935c1a

File tree

1 file changed

+3
-1
lines changed
  • src/unix/bsd/freebsdlike

1 file changed

+3
-1
lines changed

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,9 @@ pub const EMULTIHOP: ::c_int = 90;
439439
pub const ENOLINK: ::c_int = 91;
440440
pub const EPROTO: ::c_int = 92;
441441

442-
pub const POLLSTANDARD: ::c_short = ::POLLIN | ::POLLPRI | ::POLLOUT | ::POLLRDNORM | ::POLLRDBAND | ::POLLWRBAND | ::POLLERR | ::POLLHUP | ::POLLNVAL;
442+
pub const POLLSTANDARD: ::c_short = ::POLLIN | ::POLLPRI | ::POLLOUT |
443+
::POLLRDNORM | ::POLLRDBAND | ::POLLWRBAND | ::POLLERR |
444+
::POLLHUP | ::POLLNVAL;
443445

444446
pub const EAI_SYSTEM: ::c_int = 11;
445447

0 commit comments

Comments
 (0)