diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 04:55:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 04:55:59 +0000 |
commit | 3f5fdc7572d932f33f81029956b87230c9b05182 (patch) | |
tree | 13e8b0c3dc4c11fe0ac09affef497075177cd648 /util-linux | |
parent | be039374f3bd1c76535387ac4d079506804be270 (diff) | |
download | busybox-3f5fdc7572d932f33f81029956b87230c9b05182.tar.gz |
remove trailing whitespace
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 7c58aefb9..fee2f6ee0 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -675,7 +675,7 @@ find_kernel_nfs_mount_version(void) } } -static void +static void get_mountport(struct pmap *pm_mnt, struct sockaddr_in *server_addr, long unsigned prog, |