aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/libunix/fsusg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/libunix/fsusg.c')
-rw-r--r--gnu/libexec/uucp/libunix/fsusg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/libunix/fsusg.c b/gnu/libexec/uucp/libunix/fsusg.c
index 50c155336754..cee1ff0036ce 100644
--- a/gnu/libexec/uucp/libunix/fsusg.c
+++ b/gnu/libexec/uucp/libunix/fsusg.c
@@ -188,7 +188,7 @@ get_fs_usage (path, disk, fsp)
long cfree_blocks, ctotal_blocks;
char *zpath;
char *zslash;
-
+
zpath = zbufcpy (path);
while ((o = open (zpath, O_RDONLY, 0)) == -1
&& errno == ENOENT)
@@ -247,7 +247,7 @@ get_fs_usage (path, disk, fsp)
fsp->fsu_blocks = ctotal_blocks;
fsp->fsu_bfree = cfree_blocks;
fsp->fsu_bavail = cfree_blocks;
-
+
/* QNX has no limit on the number of inodes. Most inodes are stored
directly in the directory entry. */
fsp->fsu_files = -1;