Module Name:    src
Committed By:   skrll
Date:           Sun Aug 11 06:49:31 UTC 2019

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

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/arm32/exception.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/exception.S
diff -u src/sys/arch/arm/arm32/exception.S:1.24 src/sys/arch/arm/arm32/exception.S:1.25
--- src/sys/arch/arm/arm32/exception.S:1.24	Fri Jul  7 00:34:09 2017
+++ src/sys/arch/arm/arm32/exception.S	Sun Aug 11 06:49:31 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: exception.S,v 1.24 2017/07/07 00:34:09 chs Exp $	*/
+/*	$NetBSD: exception.S,v 1.25 2019/08/11 06:49:31 skrll Exp $	*/
 
 /*
  * Copyright (c) 1994-1997 Mark Brinicombe.
@@ -51,9 +51,9 @@
 
 #include <arm/locore.h>
 
-	RCSID("$NetBSD: exception.S,v 1.24 2017/07/07 00:34:09 chs Exp $")
+	RCSID("$NetBSD: exception.S,v 1.25 2019/08/11 06:49:31 skrll Exp $")
 
-	.text	
+	.text
 	.align	0
 
 AST_ALIGNMENT_FAULT_LOCALS

Reply via email to