Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern/arch/arm26 Add missing trailing newlines.



details:   https://anonhg.NetBSD.org/src/rev/f14f5fb4111c
branches:  trunk
changeset: 486622:f14f5fb4111c
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Fri May 26 23:09:28 2000 +0000

description:
Add missing trailing newlines.

diffstat:

 sys/lib/libkern/arch/arm26/byte_swap_2.S |  4 ++--
 sys/lib/libkern/arch/arm26/byte_swap_4.S |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 33151e465c8b -r f14f5fb4111c sys/lib/libkern/arch/arm26/byte_swap_2.S
--- a/sys/lib/libkern/arch/arm26/byte_swap_2.S  Fri May 26 23:03:18 2000 +0000
+++ b/sys/lib/libkern/arch/arm26/byte_swap_2.S  Fri May 26 23:09:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: byte_swap_2.S,v 1.1 2000/05/09 21:56:05 bjh21 Exp $    */
+/*     $NetBSD: byte_swap_2.S,v 1.2 2000/05/26 23:09:28 sommerfeld Exp $       */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -50,4 +50,4 @@
        movs            pc, lr
 #else
        mov             pc, lr  
-#endif
\ No newline at end of file
+#endif
diff -r 33151e465c8b -r f14f5fb4111c sys/lib/libkern/arch/arm26/byte_swap_4.S
--- a/sys/lib/libkern/arch/arm26/byte_swap_4.S  Fri May 26 23:03:18 2000 +0000
+++ b/sys/lib/libkern/arch/arm26/byte_swap_4.S  Fri May 26 23:09:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: byte_swap_4.S,v 1.1 2000/05/09 21:56:05 bjh21 Exp $    */
+/*     $NetBSD: byte_swap_4.S,v 1.2 2000/05/26 23:09:28 sommerfeld Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -51,4 +51,4 @@
        movs            pc,lr
 #else
        mov             pc, lr
-#endif
\ No newline at end of file
+#endif



Home | Main Index | Thread Index | Old Index