Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jul 10, 2022
1 parent b80bf4b commit 9d637b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/linux_like/mod.rs
Expand Up @@ -279,7 +279,7 @@ s! {
}

#[cfg(libc_union)]
s_no_extra_traits!{
s_no_extra_traits! {
// Can't correctly impl Debug for unions
#[allow(missing_debug_implementations)]
#[cfg(libc_union)]
Expand Down Expand Up @@ -307,7 +307,7 @@ s_no_extra_traits!{
}

#[cfg(not(libc_union))]
s_no_extra_traits!{
s_no_extra_traits! {
pub struct sigevent {
pub sigev_value: ::sigval,
pub sigev_signo: ::c_int,
Expand Down

0 comments on commit 9d637b8

Please sign in to comment.