Skip to content

Commit 5a092e5

Browse files
committed
style
1 parent 92292e7 commit 5a092e5

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
@@ -279,7 +279,7 @@ s! {
279279
}
280280

281281
#[cfg(libc_union)]
282-
s_no_extra_traits!{
282+
s_no_extra_traits! {
283283
// Can't correctly impl Debug for unions
284284
#[allow(missing_debug_implementations)]
285285
#[cfg(libc_union)]
@@ -307,7 +307,7 @@ s_no_extra_traits!{
307307
}
308308

309309
#[cfg(not(libc_union))]
310-
s_no_extra_traits!{
310+
s_no_extra_traits! {
311311
pub struct sigevent {
312312
pub sigev_value: ::sigval,
313313
pub sigev_signo: ::c_int,

0 commit comments

Comments
 (0)