summaryrefslogtreecommitdiff
path: root/lib/mountlist.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-25 13:50:24 +0000
committerJim Meyering <jim@meyering.net>1997-01-25 13:50:24 +0000
commit01839f9f8201fa38422cf2a088277c5e726e0aa9 (patch)
treeb55f1f9ccbb2b945211af75b2e60e226c4c3b79e /lib/mountlist.c
parent6f807a8598eb286c759ebeb5d5907a2c43c95200 (diff)
downloadcoreutils-01839f9f8201fa38422cf2a088277c5e726e0aa9.tar.xz
remove trailing blanks
Diffstat (limited to 'lib/mountlist.c')
-rw-r--r--lib/mountlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mountlist.c b/lib/mountlist.c
index 37c3d1bdd..cfe144e8e 100644
--- a/lib/mountlist.c
+++ b/lib/mountlist.c
@@ -264,7 +264,7 @@ read_filesystem_list (need_fs_type, all_fs)
struct tabmntent *mntlist, *p;
struct mntent *mnt;
struct mount_entry *me;
-
+
/* the third and fourth arguments could be used to filter mounts,
but Crays doesn't seem to have any mounts that we want to
remove. Specifically, automount create normal NFS mounts.