Skip to content

Commit d25a054

Browse files
committed
Removed trailing spaces.
1 parent 52e1d0f commit d25a054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unix/notbsd/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ s! {
207207
pub ar_pln: u8,
208208
pub ar_op: u16,
209209
}
210-
210+
211211
pub struct inotify_event {
212212
pub wd: ::c_int,
213213
pub mask: ::uint32_t,
214214
pub cookie: ::uint32_t,
215215
pub len: ::uint32_t
216216
}
217-
217+
218218
pub struct mmsghdr {
219219
pub msg_hdr: ::msghdr,
220220
pub msg_len: ::c_uint,

0 commit comments

Comments
 (0)