Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/mips/sys Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/c3bf0ca90d97
branches:  trunk
changeset: 372503:c3bf0ca90d97
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 03 14:04:39 2022 +0000

description:
Trailing whitespace

diffstat:

 lib/libc/arch/mips/sys/cerror.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f13785b1d170 -r c3bf0ca90d97 lib/libc/arch/mips/sys/cerror.S
--- a/lib/libc/arch/mips/sys/cerror.S   Sat Dec 03 11:34:38 2022 +0000
+++ b/lib/libc/arch/mips/sys/cerror.S   Sat Dec 03 14:04:39 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cerror.S,v 1.20 2021/02/06 06:58:59 simonb Exp $       */
+/*     $NetBSD: cerror.S,v 1.21 2022/12/03 14:04:39 skrll Exp $        */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -38,7 +38,7 @@
 #if 0
        RCSID("from: @(#)cerror.s       8.1 (Berkeley) 6/16/93")
 #else
-       RCSID("$NetBSD: cerror.S,v 1.20 2021/02/06 06:58:59 simonb Exp $")
+       RCSID("$NetBSD: cerror.S,v 1.21 2022/12/03 14:04:39 skrll Exp $")
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -78,7 +78,7 @@
        # on the stack and not in the t3 reg (for the n32/n64 case).
        j               ra
 END(__cerror)
-#else          
+#else
        .globl  _C_LABEL(errno)
 LEAF_NOPROFILE(__cerror)
        PIC_PROLOGUE(__cerror)



Home | Main Index | Thread Index | Old Index