Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Whitespace nits.



details:   https://anonhg.NetBSD.org/src/rev/8069eb033d72
branches:  trunk
changeset: 954104:8069eb033d72
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Mar 29 03:03:48 2021 +0000

description:
Whitespace nits.

diffstat:

 sys/arch/mips/include/db_machdep.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 23acb5149f13 -r 8069eb033d72 sys/arch/mips/include/db_machdep.h
--- a/sys/arch/mips/include/db_machdep.h        Mon Mar 29 02:13:37 2021 +0000
+++ b/sys/arch/mips/include/db_machdep.h        Mon Mar 29 03:03:48 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.34 2021/02/10 07:19:54 simonb Exp $ */
+/* $NetBSD: db_machdep.h,v 1.35 2021/03/29 03:03:48 simonb Exp $ */
 
 /*
  * Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -83,11 +83,10 @@
 #define        IS_WATCHPOINT_TRAP(type, code)  (0)     /* XXX mips3 watchpoint */
 
 /*
- * Interface to  disassembly (shared with mdb)
+ * Interface to disassembly (shared with mdb)
  */
 db_addr_t      db_disasm_insn(int insn, db_addr_t loc, bool altfmt);
 
-
 /*
  * Entrypoints to DDB for kernel, keyboard drivers, init hook
  */



Home | Main Index | Thread Index | Old Index