]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/ss/pager.c
Remove trailing whitespace for the entire source tree
[thirdparty/e2fsprogs.git] / lib / ss / pager.c
index a7a2a09279dad197f962997bcf2882897aba65c5..ca05519c0f49b896bf1c6c61ac1c0a0abf3c5b4a 100644 (file)
@@ -71,10 +71,10 @@ char *ss_safe_getenv(const char *arg)
  */
 
 #ifndef NO_FORK
-int ss_pager_create(void) 
+int ss_pager_create(void)
 {
        int filedes[2];
-     
+
        if (pipe(filedes) != 0)
                return(-1);
 
@@ -110,7 +110,7 @@ void ss_page_stdin()
 {
        int i;
        sigset_t mask;
-       
+
        for (i = 3; i < 32; i++)
                (void) close(i);
        (void) signal(SIGINT, SIG_DFL);