Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Whitespace alignment nit.



details:   https://anonhg.NetBSD.org/src/rev/a8ba743517bf
branches:  trunk
changeset: 379261:a8ba743517bf
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon May 24 07:27:39 2021 +0000

description:
Whitespace alignment nit.

diffstat:

 sys/arch/mips/mips/fp.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ddd91ae7ef01 -r a8ba743517bf sys/arch/mips/mips/fp.S
--- a/sys/arch/mips/mips/fp.S   Mon May 24 06:24:20 2021 +0000
+++ b/sys/arch/mips/mips/fp.S   Mon May 24 07:27:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fp.S,v 1.56 2021/05/13 06:15:29 simonb Exp $   */
+/*     $NetBSD: fp.S,v 1.57 2021/05/24 07:27:39 simonb Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -773,7 +773,7 @@ branchc1:
 
        .rdata
 branchc1_tbl:
-       PTR_WORD bcfalse                # br 0
+       PTR_WORD bcfalse        # br 0
        PTR_WORD bctrue         # br 1
        PTR_WORD bcfalse_l      # br 2
        PTR_WORD bctrue_l       # br 3



Home | Main Index | Thread Index | Old Index