From 4e63f1bcc0ba4da4985d5da15a9f28f8d4eba961 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 28 Mar 2005 21:28:23 +0000 Subject: spacing --- bin/ksh/var.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/ksh/var.c') diff --git a/bin/ksh/var.c b/bin/ksh/var.c index 95d9c133508..d229b766096 100644 --- a/bin/ksh/var.c +++ b/bin/ksh/var.c @@ -1,4 +1,4 @@ -/* $OpenBSD: var.c,v 1.23 2005/02/02 07:53:01 otto Exp $ */ +/* $OpenBSD: var.c,v 1.24 2005/03/28 21:28:22 deraadt Exp $ */ #include "sh.h" #include @@ -426,12 +426,12 @@ getint(struct tbl *vp, long int *nump, bool arith) num = 0; neg = 0; if (arith && *s == '0' && *(s+1)) { - s++; + s++; if (*s == 'x' || *s == 'X') { - s++; + s++; base = 16; } else - base = 8; + base = 8; have_base++; } for (c = *s++; c ; c = *s++) { -- cgit v1.2.3