]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mach/hurd/check_fds.c
Remove trailing whitespace.
[thirdparty/glibc.git] / sysdeps / mach / hurd / check_fds.c
index 9b335c214ef169533b6f1ee013e8e8f33a464f29..979fcb7de4abb13563b3bf7c57e35c7e389b8f4f 100644 (file)
@@ -61,7 +61,7 @@ check_one_fd (int fd, int mode)
              return;
            }
        }
-      
+
       /* We cannot even give an error message here since it would run
         into the same problems.  */
       while (1)
@@ -100,7 +100,7 @@ __libc_check_standard_fds (void)
   /* We don't check the standard file descriptors here.  They will be
      checked when we initialize the file descriptor table, as part of
      the _hurd_fd_subinit hook.
-     
+
      This function is only present to make sure that this module gets
      linked in when part of the static libc.  */
 }