Skip to content

Commit 863e106

Browse files
committed
Run rustfmt
1 parent d08a3e8 commit 863e106

File tree

1 file changed

+3
-3
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+3
-3
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,9 +1907,9 @@ extern "C" {
19071907
pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
19081908
pub fn setutxent();
19091909
pub fn endutxent();
1910-
// TODO: uncomment after utmp implementation
1911-
// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
1912-
// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
1910+
// TODO: uncomment after utmp implementation
1911+
// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
1912+
// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
19131913
}
19141914

19151915
cfg_if! {

0 commit comments

Comments
 (0)