Skip to content

Commit 9f1cbfa

Browse files
committed
Run rustfmt
1 parent 98fd318 commit 9f1cbfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/unix/solarish/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,10 +2399,10 @@ extern "C" {
23992399
pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
24002400
pub fn setutxent();
24012401
pub fn endutxent();
2402-
// TODO: uncomment after utmp implementation
2403-
// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
2404-
// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
2405-
// pub fn updwtmp(file: *const ::c_char, u: *mut utmp);
2402+
// TODO: uncomment after utmp implementation
2403+
// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
2404+
// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
2405+
// pub fn updwtmp(file: *const ::c_char, u: *mut utmp);
24062406
}
24072407

24082408
mod compat;

0 commit comments

Comments
 (0)