Module Name:    src
Committed By:   skrll
Date:           Sat Jul  1 15:28:18 UTC 2017

Modified Files:
        src/sys/arch/arm/arm32: cpuswitch.S

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/arm/arm32/cpuswitch.S

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/arm32/cpuswitch.S
diff -u src/sys/arch/arm/arm32/cpuswitch.S:1.90 src/sys/arch/arm/arm32/cpuswitch.S:1.91
--- src/sys/arch/arm/arm32/cpuswitch.S:1.90	Wed Apr  8 12:07:40 2015
+++ src/sys/arch/arm/arm32/cpuswitch.S	Sat Jul  1 15:28:18 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpuswitch.S,v 1.90 2015/04/08 12:07:40 matt Exp $	*/
+/*	$NetBSD: cpuswitch.S,v 1.91 2017/07/01 15:28:18 skrll Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -87,7 +87,7 @@
 #include <arm/asm.h>
 #include <arm/locore.h>
 
-	RCSID("$NetBSD: cpuswitch.S,v 1.90 2015/04/08 12:07:40 matt Exp $")
+	RCSID("$NetBSD: cpuswitch.S,v 1.91 2017/07/01 15:28:18 skrll Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
 
@@ -250,7 +250,7 @@ ENTRY(cpu_switchto)
 	vmsrne	fpexc, r0
 #endif
 
-	/* 
+	/*
 	 * Check for restartable atomic sequences (RAS).
 	 */
 

Reply via email to