From f79eed589a97966eccb5b2145ae5c75472a5d52e Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Thu, 23 Feb 2017 14:46:56 -0800 Subject: [PATCH] Fix style errors --- src/unix/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/unix/mod.rs b/src/unix/mod.rs index ca5a48bd..0eaa36c2 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs @@ -723,7 +723,10 @@ extern { pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; #[cfg_attr(all(target_os = "macos", target_arch = "x86"), link_name = "ppoll$UNIX2003")] - pub fn ppoll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int, sigmask: *const sigset_t) -> ::c_int; + pub fn ppoll(fds: *mut pollfd, + nfds: nfds_t, + timeout: ::c_int, + sigmask: *const sigset_t) -> ::c_int; #[cfg_attr(all(target_os = "macos", target_arch = "x86_64"), link_name = "select$1050")] #[cfg_attr(all(target_os = "macos", target_arch = "x86"),