Module Name:src
Committed By: skrll
Date: Sat Dec 3 14:04:39 UTC 2022
Modified Files:
src/lib/libc/arch/mips/sys: cerror.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/sys/cerror.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/mips/sys/cerror.S
diff -u src/lib/libc/arch/mips/sys/cerror.S:1.20 src/lib/libc/arch/mips/sys/cerror.S:1.21
--- src/lib/libc/arch/mips/sys/cerror.S:1.20 Sat Feb 6 06:58:59 2021
+++ src/lib/libc/arch/mips/sys/cerror.S Sat Dec 3 14:04:39 2022
@@ -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 @@ NESTED_NOPROFILE(__cerror, CALLFRAME_SIZ
# 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)