diff options
| author | wrstuden <wrstuden@NetBSD.org> | 1998-03-05 22:56:18 +0000 |
|---|---|---|
| committer | wrstuden <wrstuden@NetBSD.org> | 1998-03-05 22:56:18 +0000 |
| commit | 6dcfc62169b5efcd61b31ae092f28258c3aeacaa (patch) | |
| tree | 1dd293155545a489943de2a37285ab20fa3e5ed1 /sys/dev | |
| parent | 8118bb39841e538ea27228b84165184df2220ee7 (diff) | |
KNF last change
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/z8530sc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/z8530sc.c b/sys/dev/ic/z8530sc.c index 9380e368bc5..1ac114625d8 100644 --- a/sys/dev/ic/z8530sc.c +++ b/sys/dev/ic/z8530sc.c @@ -1,4 +1,4 @@ -/* $NetBSD: z8530sc.c,v 1.8 1998/03/05 22:03:34 wrstuden Exp $ */ +/* $NetBSD: z8530sc.c,v 1.9 1998/03/05 22:56:18 wrstuden Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -98,7 +98,7 @@ zs_iflush(cs) * Count how many times we loop. Some systems, such as some * Apple PowerBooks, claim to have SCC's which they really don't. */ - for (i=0; i<4; i++) { + for (i = 0; i < 4; i++) { /* Is there input available? */ rr0 = zs_read_csr(cs); if ((rr0 & ZSRR0_RX_READY) == 0) |
