summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/check_fds.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/check_fds.c')
-rw-r--r--sysdeps/mach/hurd/check_fds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/check_fds.c b/sysdeps/mach/hurd/check_fds.c
index 9b335c214e..979fcb7de4 100644
--- a/sysdeps/mach/hurd/check_fds.c
+++ b/sysdeps/mach/hurd/check_fds.c
@@ -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. */
}