From 083e172641b64c564b7ec5478197dccbde43b421 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 28 Jan 2010 12:30:24 +0100 Subject: style fixes, no code changes Signed-off-by: Denys Vlasenko --- shell/msh_unused.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/msh_unused.c') diff --git a/shell/msh_unused.c b/shell/msh_unused.c index 5468022..fe2cca8 100644 --- a/shell/msh_unused.c +++ b/shell/msh_unused.c @@ -464,7 +464,7 @@ static void ioecho(char c); * IO control */ static void pushio(struct ioarg *argp, int (*f) (struct ioarg *)); -#define PUSHIO(what,arg,gen) ((temparg.what = (arg)), pushio(&temparg,(gen))) +#define PUSHIO(what,arg,gen) ((temparg.what = (arg)), pushio(&temparg, (gen))) static int remap(int fd); static int openpipe(int *pv); static void closepipe(int *pv); -- cgit v1.1