Module Name: src
Committed By: skrll
Date: Sun Jul 23 07:24:20 UTC 2023
Modified Files:
src/lib/libc/arch/mips: SYS.h
Log Message:
Indentation consistency. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/SYS.h
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.h
diff -u src/lib/libc/arch/mips/SYS.h:1.20 src/lib/libc/arch/mips/SYS.h:1.21
--- src/lib/libc/arch/mips/SYS.h:1.20 Sat Feb 25 21:16:50 2017
+++ src/lib/libc/arch/mips/SYS.h Sun Jul 23 07:24:20 2023
@@ -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); \