summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-16 17:54:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-16 17:54:33 +0000
commitebd099080f17dca13d0358b3e57ccc1741bd7edd (patch)
treede1d37e98668f453be6c9a323d341693dac6d134 /bin
parent480329bf1a4c56c3d7aafc02a6cf9da699e961f1 (diff)
indent
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/func.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/csh/func.c b/bin/csh/func.c
index 4d79a8ca2ee..16641a02fa1 100644
--- a/bin/csh/func.c
+++ b/bin/csh/func.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: func.c,v 1.8 1998/12/16 17:46:06 deraadt Exp $ */
+/* $OpenBSD: func.c,v 1.9 1998/12/16 17:54:32 deraadt Exp $ */
/* $NetBSD: func.c,v 1.11 1996/02/09 02:28:29 christos Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)func.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: func.c,v 1.8 1998/12/16 17:46:06 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: func.c,v 1.9 1998/12/16 17:54:32 deraadt Exp $";
#endif
#endif /* not lint */
@@ -1520,13 +1520,13 @@ doprintf(v, t)
gflag = 0;
tglob(v);
if (gflag) {
- newv = globall(v);
- if (newv == 0) {
- stderror(ERR_NAME | ERR_NOMATCH);
- return;
- }
- v = newv;
- gargv=0;
+ newv = globall(v);
+ if (newv == 0) {
+ stderror(ERR_NAME | ERR_NOMATCH);
+ return;
+ }
+ v = newv;
+ gargv = 0;
}
ret = progprintf(blklen(v), c = short2blk(v));