From 190135c86299562b99ecf9e58c4b468dfd1787b6 Mon Sep 17 00:00:00 2001
From: Andy Lowry <andy@andylowry.me.uk>
Date: Thu, 12 Oct 2017 16:45:17 +0100
Subject: [PATCH] Remove excess whitespace

---
 src/unix/notbsd/linux/musl/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/unix/notbsd/linux/musl/mod.rs b/src/unix/notbsd/linux/musl/mod.rs
index da59c4eb..2e61343c 100644
--- a/src/unix/notbsd/linux/musl/mod.rs
+++ b/src/unix/notbsd/linux/musl/mod.rs
@@ -72,7 +72,7 @@ s! {
         pub mem_unit: ::c_uint,
         pub __reserved: [::c_char; 256],
     }
-    
+
     pub struct ucred {
         pub pid: ::pid_t,
         pub uid: ::uid_t,
-- 
GitLab