Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/sh3 KNF



details:   https://anonhg.NetBSD.org/src/rev/742edf79beb3
branches:  trunk
changeset: 484850:742edf79beb3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 13 15:45:11 2000 +0000

description:
KNF

diffstat:

 sys/arch/sh3/sh3/coff_exec.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b2632de066a6 -r 742edf79beb3 sys/arch/sh3/sh3/coff_exec.c
--- a/sys/arch/sh3/sh3/coff_exec.c      Thu Apr 13 15:41:55 2000 +0000
+++ b/sys/arch/sh3/sh3/coff_exec.c      Thu Apr 13 15:45:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coff_exec.c,v 1.7 2000/04/11 04:37:48 chs Exp $        */
+/*     $NetBSD: coff_exec.c,v 1.8 2000/04/13 15:45:11 msaitoh Exp $    */
 
 /*
  * Copyright (c) 1994, 1995 Scott Bartram
@@ -377,7 +377,7 @@
        }
 
 #ifdef sh3
-       if (ap->a_bsize > 0){
+       if (ap->a_bsize > 0) {
                NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, ap->a_bsize,
                          COFF_ROUND(ap->a_dstart + ap->a_dsize, COFF_LDPGSZ),
                          NULLVP, 0,



Home | Main Index | Thread Index | Old Index