From 4e650215e450c1d08b1fa65f76bc3fbdd0d2b978 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 28 Apr 2019 21:17:21 -0600 Subject: cygwin.c: Fix misleading indentation --- cygwin/cygwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cygwin') diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c index fae90af000..6b11efed7f 100644 --- a/cygwin/cygwin.c +++ b/cygwin/cygwin.c @@ -112,8 +112,8 @@ do_spawn (char *cmd) if (strBEGINs (cmd,"exec") && isSPACE (cmd[4])) goto doshell; for (s=cmd; *s && isALPHA (*s); s++) ; /* catch VAR=val gizmo */ - if (*s=='=') - goto doshell; + if (*s=='=') + goto doshell; for (s=cmd; *s; s++) if (strchr (metachars,*s)) -- cgit v1.2.1