Module Name:    src
Committed By:   skrll
Date:           Thu Sep 29 06:59:12 UTC 2022

Modified Files:
        src/sys/arch/mips/mips: cpu_exec.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/mips/mips/cpu_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/cpu_exec.c
diff -u src/sys/arch/mips/mips/cpu_exec.c:1.68 src/sys/arch/mips/mips/cpu_exec.c:1.69
--- src/sys/arch/mips/mips/cpu_exec.c:1.68	Sun May 23 23:24:45 2021
+++ src/sys/arch/mips/mips/cpu_exec.c	Thu Sep 29 06:59:12 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu_exec.c,v 1.68 2021/05/23 23:24:45 mrg Exp $	*/
+/*	$NetBSD: cpu_exec.c,v 1.69 2022/09/29 06:59:12 skrll Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.68 2021/05/23 23:24:45 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.69 2022/09/29 06:59:12 skrll Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_compat_ultrix.h"
@@ -201,7 +201,7 @@ coredump_elf32_setup(struct lwp *l, void
 		eh->e_flags |= EF_MIPS_ABI2;
 		break;
 	case _MIPS_BSD_API_O32:
-		eh->e_flags |= EF_MIPS_ABI_O32; 
+		eh->e_flags |= EF_MIPS_ABI_O32;
 		break;
 	}
 }

Reply via email to