Module Name:    src
Committed By:   skrll
Date:           Sat May  9 12:18:29 UTC 2009

Modified Files:
        src/sys/arch/hppa/hppa: copy.S

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hppa/hppa/copy.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/hppa/hppa/copy.S
diff -u src/sys/arch/hppa/hppa/copy.S:1.10 src/sys/arch/hppa/hppa/copy.S:1.11
--- src/sys/arch/hppa/hppa/copy.S:1.10	Fri May  8 10:12:55 2009
+++ src/sys/arch/hppa/hppa/copy.S	Sat May  9 12:18:29 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: copy.S,v 1.10 2009/05/08 10:12:55 skrll Exp $	*/
+/*	$NetBSD: copy.S,v 1.11 2009/05/09 12:18:29 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -157,8 +157,8 @@
  *     size_t size, size_t *rsize)
  *
  * Do a space to space size bounded string copy and return actual copy size in
- * rsize. If the copy ran out of space before '\0' is seen return ENAMETOOLONG 
- * 
+ * rsize. If the copy ran out of space before '\0' is seen return ENAMETOOLONG
+ *
  */
 LEAF_ENTRY(spstrcpy)
 	/* setup fault handler */
@@ -328,7 +328,7 @@
 ENTRY(hppa_ktext_stb, HPPA_FRAME_SIZE)
 
 	/*
-	 * Make the deposit location for the byte in the 
+	 * Make the deposit location for the byte in the
 	 * aligned word.
 	 */
 	ldi     7, %t2

Reply via email to