Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons Fix misleading indentation.



details:   https://anonhg.NetBSD.org/src/rev/ce2e8634aed4
branches:  trunk
changeset: 581368:ce2e8634aed4
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue May 31 23:37:47 2005 +0000

description:
Fix misleading indentation.

diffstat:

 sys/dev/wscons/tpcalib.c |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 35491b99e382 -r ce2e8634aed4 sys/dev/wscons/tpcalib.c
--- a/sys/dev/wscons/tpcalib.c  Tue May 31 23:21:03 2005 +0000
+++ b/sys/dev/wscons/tpcalib.c  Tue May 31 23:37:47 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tpcalib.c,v 1.3 2005/02/27 00:27:52 perry Exp $        */
+/*     $NetBSD: tpcalib.c,v 1.4 2005/05/31 23:37:47 uwe Exp $  */
 
 /*
  * Copyright (c) 1999-2003 TAKEMURA Shin All rights reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tpcalib.c,v 1.3 2005/02/27 00:27:52 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tpcalib.c,v 1.4 2005/05/31 23:37:47 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -99,15 +99,15 @@
                        tpcalib_reset(sc);
                } else
                        if (mra_Y_AX1_BX2_C(&d->samples[0].x, s,
-                           &d->samples[0].rawx, s,
-                           &d->samples[0].rawy, s,
-                           d->samplelen, SCALE,
-                           &sc->sc_ax, &sc->sc_bx, &sc->sc_cx) ||
+                                   &d->samples[0].rawx, s,
+                                   &d->samples[0].rawy, s,
+                                   d->samplelen, SCALE,
+                                   &sc->sc_ax, &sc->sc_bx, &sc->sc_cx) ||
                            mra_Y_AX1_BX2_C(&d->samples[0].y, s,
-                               &d->samples[0].rawx, s,
-                               &d->samples[0].rawy, s,
-                               d->samplelen, SCALE,
-                               &sc->sc_ay, &sc->sc_by, &sc->sc_cy)) {
+                                   &d->samples[0].rawx, s,
+                                   &d->samples[0].rawy, s,
+                                   d->samplelen, SCALE,
+                                   &sc->sc_ay, &sc->sc_by, &sc->sc_cy)) {
                                printf("tpcalib: MRA error");
                                tpcalib_reset(sc);
 



Home | Main Index | Thread Index | Old Index