Module Name:    src
Committed By:   skrll
Date:           Sun Oct 17 08:47:21 UTC 2021

Modified Files:
        src/sys/arch/arm/vfp: vfp_init.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/arm/vfp/vfp_init.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/arm/vfp/vfp_init.c
diff -u src/sys/arch/arm/vfp/vfp_init.c:1.74 src/sys/arch/arm/vfp/vfp_init.c:1.75
--- src/sys/arch/arm/vfp/vfp_init.c:1.74	Tue Jun  1 00:30:22 2021
+++ src/sys/arch/arm/vfp/vfp_init.c	Sun Oct 17 08:47:21 2021
@@ -1,4 +1,4 @@
-/*      $NetBSD: vfp_init.c,v 1.74 2021/06/01 00:30:22 rin Exp $ */
+/*      $NetBSD: vfp_init.c,v 1.75 2021/10/17 08:47:21 skrll Exp $ */
 
 /*
  * Copyright (c) 2008 ARM Ltd
@@ -32,7 +32,7 @@
 #include "opt_cputypes.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfp_init.c,v 1.74 2021/06/01 00:30:22 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfp_init.c,v 1.75 2021/10/17 08:47:21 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -435,7 +435,7 @@ vfp_handler(u_int address, u_int insn, t
 		return 1;
 	}
 
-	/* 
+	/*
 	 * If we already own the FPU and it's enabled (and no exception), raise
 	 * SIGILL.  If there is an exception, raise SIGFPE.
 	 */

Reply via email to