summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/siop
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2005-02-11 06:21:21 +0000
committersimonb <simonb@NetBSD.org>2005-02-11 06:21:21 +0000
commit3cebd9325ee9ac1bc7b3a88f4ed38788f170c5d8 (patch)
tree1fd82676277d1d88cc95dd3b50fde30b4c20e5aa /sys/dev/microcode/siop
parent467487d274c792576d1551b2cdd1cb865f557640 (diff)
White space nit- don't put a space before/after increment/decrement
operators.
Diffstat (limited to 'sys/dev/microcode/siop')
-rw-r--r--sys/dev/microcode/siop/ncr53cxxx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/microcode/siop/ncr53cxxx.c b/sys/dev/microcode/siop/ncr53cxxx.c
index a274436a417..e6dd4655d79 100644
--- a/sys/dev/microcode/siop/ncr53cxxx.c
+++ b/sys/dev/microcode/siop/ncr53cxxx.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53cxxx.c,v 1.13 2004/05/16 22:45:51 bouyer Exp $ */
+/* $NetBSD: ncr53cxxx.c,v 1.14 2005/02/11 06:21:22 simonb Exp $ */
/*
* Copyright (c) 1995,1999 Michael L. Hitch
@@ -33,7 +33,7 @@
/* ncr53cxxx.c - SCSI SCRIPTS Assembler */
#include <sys/cdefs.h>
-__RCSID("$NetBSD: ncr53cxxx.c,v 1.13 2004/05/16 22:45:51 bouyer Exp $");
+__RCSID("$NetBSD: ncr53cxxx.c,v 1.14 2005/02/11 06:21:22 simonb Exp $");
#include <stdio.h>
#include <stdlib.h>
@@ -418,7 +418,7 @@ main (int argc, char *argv[])
if (outfp) {
time_t cur_time;
- fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.13 2004/05/16 22:45:51 bouyer Exp $\t*/\n");
+ fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.14 2005/02/11 06:21:22 simonb Exp $\t*/\n");
fprintf(outfp, "/*\n");
fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n");
time(&cur_time);
@@ -1310,7 +1310,7 @@ void block_move ()
inst0 |= evaluate (tokenix++); /* count */
tokenix++; /* skip ',' */
if (reserved ("ptr", tokenix)) {
- ++ tokenix;
+ ++tokenix;
inst0 |= 0x20000000;
}
inst1 = evaluate (tokenix++); /* address */