Module Name:    src
Committed By:   matt
Date:           Fri Apr 11 16:34:29 UTC 2014

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

Log Message:
whitespace cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm32/locore.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/locore.S
diff -u src/sys/arch/arm/arm32/locore.S:1.35 src/sys/arch/arm/arm32/locore.S:1.36
--- src/sys/arch/arm/arm32/locore.S:1.35	Tue Dec 17 01:27:21 2013
+++ src/sys/arch/arm/arm32/locore.S	Fri Apr 11 16:34:29 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.35 2013/12/17 01:27:21 joerg Exp $	*/
+/*	$NetBSD: locore.S,v 1.36 2014/04/11 16:34:29 matt Exp $	*/
 
 /*
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -40,7 +40,7 @@
 /* What size should this really be ? It is only used by init_arm() */
 #define INIT_ARM_STACK_SIZE	2048
 
-	RCSID("$NetBSD: locore.S,v 1.35 2013/12/17 01:27:21 joerg Exp $")
+	RCSID("$NetBSD: locore.S,v 1.36 2014/04/11 16:34:29 matt Exp $")
 
 /*
  * This is for kvm_mkdb, and should be the address of the beginning
@@ -123,8 +123,8 @@ svcstk:
 
 #ifndef OFW
 	/* OFW based systems will used OF_boot() */
-	
-.Lcpufuncs:	
+
+.Lcpufuncs:
 	.word	_C_LABEL(cpufuncs)
 
 ENTRY_NP(cpu_reset)

Reply via email to