diff options
| author | skrll <skrll@NetBSD.org> | 2022-12-03 14:04:39 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2022-12-03 14:04:39 +0000 |
| commit | a3cd2359de50a832b0ae347dcc2ff1fc8a6e89a9 (patch) | |
| tree | b00e1004cd095fbbcd4a666ff47c0eb3b23701ab /lib/libc | |
| parent | 044e2876dfa212aa2e90cafe831e6f3a7b25e415 (diff) | |
Trailing whitespace
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/arch/mips/sys/cerror.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/mips/sys/cerror.S b/lib/libc/arch/mips/sys/cerror.S index c23e45701f8..d941720d0b3 100644 --- a/lib/libc/arch/mips/sys/cerror.S +++ b/lib/libc/arch/mips/sys/cerror.S @@ -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, ra) # 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) |
