Skip to content

Commit 62d6477

Browse files
committed
style
1 parent c72e45f commit 62d6477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unix/linux_like/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ s! {
275275
}
276276

277277
#[cfg(libc_union)]
278-
s_no_extra_traits!{
278+
s_no_extra_traits! {
279279
// Can't correctly impl Debug for unions
280280
#[allow(missing_debug_implementations)]
281281
#[cfg(libc_union)]
@@ -303,7 +303,7 @@ s_no_extra_traits!{
303303
}
304304

305305
#[cfg(not(libc_union))]
306-
s_no_extra_traits!{
306+
s_no_extra_traits! {
307307
pub struct sigevent {
308308
pub sigev_value: ::sigval,
309309
pub sigev_signo: ::c_int,

0 commit comments

Comments
 (0)