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 Indentation consistency. NFCI.



details:   https://anonhg.NetBSD.org/src/rev/46230550d7e8
branches:  trunk
changeset: 378152:46230550d7e8
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jul 23 07:24:20 2023 +0000

description:
Indentation consistency. NFCI.

diffstat:

 lib/libc/arch/mips/SYS.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0b8f2d365b98 -r 46230550d7e8 lib/libc/arch/mips/SYS.h
--- a/lib/libc/arch/mips/SYS.h  Sun Jul 23 07:20:45 2023 +0000
+++ b/lib/libc/arch/mips/SYS.h  Sun Jul 23 07:24:20 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: SYS.h,v 1.20 2017/02/25 21:16:50 joerg Exp $ */
+/*     $NetBSD: SYS.h,v 1.21 2023/07/23 07:24:20 skrll Exp $ */
 
 /*-
  * Copyright (c) 1996 Jonathan Stone
@@ -128,7 +128,7 @@
 LEAF(x);                                                               \
        SYSTRAP(y);                                                     \
        j ra;                                                           \
-       END(x)
+END(x)
 
 #define PSEUDO(x,y)                                                    \
 LEAF(x);                                                               \



Home | Main Index | Thread Index | Old Index