From e6fc30da61f72aa4266dea8f131c0ca7c4a79f4d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 17 Jan 2011 08:28:43 +0000 Subject: Clean up all trailing whitespace in src/. --- src/rc/fstabinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/fstabinfo.c') diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index a05bfae6..69b5bbdd 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -109,7 +109,7 @@ do_mount(struct ENT *ent) argv[6] = ENT_FILE(*ent); argv[7] = NULL; switch (pid = vfork()) { - case -1: + case -1: eerrorx("%s: vfork: %s", applet, strerror(errno)); /* NOTREACHED */ case 0: -- cgit v1.2.3