From 863e106543128dfaf6812e5554eb6089851f8ec2 Mon Sep 17 00:00:00 2001
From: GrayJack <gr41.j4ck@gmail.com>
Date: Tue, 19 Nov 2019 03:22:08 -0300
Subject: [PATCH] Run rustfmt

---
 src/unix/bsd/netbsdlike/netbsd/mod.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/unix/bsd/netbsdlike/netbsd/mod.rs b/src/unix/bsd/netbsdlike/netbsd/mod.rs
index b03cfdd9..2f48aac5 100644
--- a/src/unix/bsd/netbsdlike/netbsd/mod.rs
+++ b/src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1907,9 +1907,9 @@ extern "C" {
     pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
     pub fn setutxent();
     pub fn endutxent();
-    // TODO: uncomment after utmp implementation
-    // pub fn getutmp(ux: *const utmpx, u: *mut utmp);
-    // pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
+// TODO: uncomment after utmp implementation
+// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
+// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
 }
 
 cfg_if! {
-- 
GitLab