summaryrefslogtreecommitdiff
path: root/bin/csh/exec.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-02-25 16:07:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-02-25 16:07:11 +0000
commitc4e0c3284e4a4db9ae01e770073457f6da37c790 (patch)
tree70f63b38ba8966eadf282b9be139c22e07ac18c2 /bin/csh/exec.c
parent39c674fc7651fcced3abd44b7890e535611557c6 (diff)
spacing
Diffstat (limited to 'bin/csh/exec.c')
-rw-r--r--bin/csh/exec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/csh/exec.c b/bin/csh/exec.c
index dd1232f3531..b517813b140 100644
--- a/bin/csh/exec.c
+++ b/bin/csh/exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.c,v 1.13 2003/06/11 21:09:50 deraadt Exp $ */
+/* $OpenBSD: exec.c,v 1.14 2005/02/25 16:07:10 deraadt Exp $ */
/* $NetBSD: exec.c,v 1.9 1996/09/30 20:03:54 christos Exp $ */
/*-
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)exec.c 8.3 (Berkeley) 5/23/95";
#else
-static char rcsid[] = "$OpenBSD: exec.c,v 1.13 2003/06/11 21:09:50 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: exec.c,v 1.14 2005/02/25 16:07:10 deraadt Exp $";
#endif
#endif /* not lint */
@@ -99,7 +99,7 @@ static Char *justabs[] = {STRNULL, 0};
static void pexerr(void);
static void texec(Char *, Char **);
static int hashname(Char *);
-static int tellmewhat(struct wordent *, Char *, int len);
+static int tellmewhat(struct wordent *, Char *, int len);
static int executable(Char *, Char *, bool);
static int iscommand(Char *);
@@ -724,7 +724,7 @@ tellmewhat(struct wordent *lexp, Char *str, int len)
found = 1;
}
else {
- if (str == NULL) {
+ if (str == NULL) {
if (aliased)
prlex(cshout, lexp);
(void) fprintf(csherr,