Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/atari TAB/space cleanup.



details:   https://anonhg.NetBSD.org/src/rev/f293ea9dcca3
branches:  trunk
changeset: 452341:f293ea9dcca3
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 29 03:10:51 2019 +0000

description:
TAB/space cleanup.

diffstat:

 sys/arch/atari/atari/machdep.c |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r f4cad6564a2b -r f293ea9dcca3 sys/arch/atari/atari/machdep.c
--- a/sys/arch/atari/atari/machdep.c    Sat Jun 29 02:41:17 2019 +0000
+++ b/sys/arch/atari/atari/machdep.c    Sat Jun 29 03:10:51 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.177 2014/03/26 18:04:33 christos Exp $   */
+/*     $NetBSD: machdep.c,v 1.178 2019/06/29 03:10:51 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.177 2014/03/26 18:04:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.178 2019/06/29 03:10:51 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"
@@ -172,8 +172,8 @@
        }
 #endif
 #if defined (DDB)
-        if (boothowto & RB_KDB)
-                Debugger();
+       if (boothowto & RB_KDB)
+               Debugger();
 #endif
 }
 
@@ -235,7 +235,7 @@
 static void
 identifycpu(void)
 {
-       const char *mach, *mmu, *fpu, *cpu;
+       const char *mach, *mmu, *fpu, *cpu;
 
        switch (machineid & ATARI_ANYMACH) {
        case ATARI_TT:
@@ -260,7 +260,6 @@
        fpu     = fpu_describe(fputype);
 
        switch (cputype) {
- 
        case CPU_68060:
                {
                        uint32_t        pcr;
@@ -597,7 +596,7 @@
 /*
  * this is a handy package to have asynchronously executed
  * function calls executed at very low interrupt priority.
- * Example for use is keyboard repeat, where the repeat 
+ * Example for use is keyboard repeat, where the repeat
  * handler running at splclock() triggers such a (hardware
  * aided) software interrupt.
  * Note: the installed functions are currently called in a



Home | Main Index | Thread Index | Old Index