Skip to content

Commit af57295

Browse files
committed
fixup: style
1 parent 8107ff7 commit af57295

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ s_no_extra_traits! {
13451345
pub struct __aiocb_private {
13461346
status: ::c_long,
13471347
error: ::c_long,
1348-
spare: *mut ::c_void
1348+
spare: *mut ::c_void,
13491349
}
13501350

13511351
#[cfg_attr(feature = "extra_traits", derive(Debug))]

0 commit comments

Comments
 (0)