From: Jim Meyering Date: Sat, 25 Jan 1997 13:50:24 +0000 (+0000) Subject: remove trailing blanks X-Git-Tag: TEXTUTILS-1_21a~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01839f9f8201fa38422cf2a088277c5e726e0aa9;p=thirdparty%2Fcoreutils.git remove trailing blanks --- diff --git a/lib/mountlist.c b/lib/mountlist.c index 37c3d1bddb..cfe144e8e4 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.