Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm Correct some gratuitously-wrong indentation.



details:   https://anonhg.NetBSD.org/src/rev/65bbd0c0778f
branches:  trunk
changeset: 537743:65bbd0c0778f
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Oct 05 13:57:11 2002 +0000

description:
Correct some gratuitously-wrong indentation.

diffstat:

 sys/arch/arm/arm/syscall.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 99e9a9de2d0e -r 65bbd0c0778f sys/arch/arm/arm/syscall.c
--- a/sys/arch/arm/arm/syscall.c        Sat Oct 05 13:46:57 2002 +0000
+++ b/sys/arch/arm/arm/syscall.c        Sat Oct 05 13:57:11 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syscall.c,v 1.11 2002/10/05 13:46:59 bjh21 Exp $       */
+/*     $NetBSD: syscall.c,v 1.12 2002/10/05 13:57:11 bjh21 Exp $       */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -82,7 +82,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.11 2002/10/05 13:46:59 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.12 2002/10/05 13:57:11 bjh21 Exp $");
 
 #include <sys/device.h>
 #include <sys/errno.h>
@@ -306,9 +306,9 @@
 
        frame->tf_r0 = 0;
 #ifdef __PROG32
-               frame->tf_spsr &= ~PSR_C_bit;   /* carry bit */
+       frame->tf_spsr &= ~PSR_C_bit;   /* carry bit */
 #else
-               frame->tf_r15 &= ~R15_FLAG_C;   /* carry bit */
+       frame->tf_r15 &= ~R15_FLAG_C;   /* carry bit */
 #endif
 
        KERNEL_PROC_UNLOCK(p);



Home | Main Index | Thread Index | Old Index