From 8b975877e6817c38c8074b07d070c6669d8c984f Mon Sep 17 00:00:00 2001
From: Peter Limkilde Svendsen <peter.limkilde@gmail.com>
Date: Fri, 14 Jun 2019 00:07:36 +0200
Subject: [PATCH] Formatting

---
 src/header/unistd/mod.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/header/unistd/mod.rs b/src/header/unistd/mod.rs
index d5ea3f4c1..b39328aec 100644
--- a/src/header/unistd/mod.rs
+++ b/src/header/unistd/mod.rs
@@ -340,11 +340,11 @@ pub extern "C" fn getpagesize() -> c_int {
         Err(_) => {
             /* Behavior not specified by POSIX for this case. The -1
              * value mimics sysconf()'s behavior, though.
-             * 
+             *
              * As specified for the limits.h header, the minimum
              * acceptable value for {PAGESIZE} is 1. The -1 value thus
              * cannot be mistaken for an acceptable value.
-             * 
+             *
              * POSIX does not specify any possible errors for this
              * function, hence no errno setting. */
             -1
-- 
GitLab