Module Name:    src
Committed By:   skrll
Date:           Thu Aug 18 19:25:34 UTC 2016

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

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/mips/mips_fixup.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/mips_fixup.c
diff -u src/sys/arch/mips/mips/mips_fixup.c:1.17 src/sys/arch/mips/mips/mips_fixup.c:1.18
--- src/sys/arch/mips/mips/mips_fixup.c:1.17	Thu Aug 18 19:24:31 2016
+++ src/sys/arch/mips/mips/mips_fixup.c	Thu Aug 18 19:25:34 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: mips_fixup.c,v 1.17 2016/08/18 19:24:31 skrll Exp $	*/
+/*	$NetBSD: mips_fixup.c,v 1.18 2016/08/18 19:25:34 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.17 2016/08/18 19:24:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.18 2016/08/18 19:25:34 skrll Exp $");
 
 #include "opt_mips3_wired.h"
 #include "opt_multiprocessor.h"
@@ -536,7 +536,7 @@ mips_cpu_switch_resume(struct lwp *l)
 tlb_asid_t
 tlb_get_asid(void)
 {
-	return (*mips_locore_jumpvec.ljv_tlb_get_asid)();  
+	return (*mips_locore_jumpvec.ljv_tlb_get_asid)();
 }
 
 void

Reply via email to