Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/compat/arch/hppa/sys More trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/4d87e977cdad
branches:  trunk
changeset: 932259:4d87e977cdad
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 03 15:27:06 2020 +0000

description:
More trailing whitespace

diffstat:

 lib/libc/compat/arch/hppa/sys/compat_sigpending.S |  4 ++--
 lib/libc/compat/arch/hppa/sys/compat_sigreturn.S  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2e08c9771a3e -r 4d87e977cdad lib/libc/compat/arch/hppa/sys/compat_sigpending.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigpending.S Sun May 03 13:34:38 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigpending.S Sun May 03 15:27:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_sigpending.S,v 1.2 2008/04/28 20:22:58 martin Exp $     */
+/*     $NetBSD: compat_sigpending.S,v 1.3 2020/05/03 15:27:06 skrll Exp $      */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 ENTRY(sigpending, 0)
        /*
-        * AFAICT, since the hppa port came after __sigpending14, 
+        * AFAICT, since the hppa port came after __sigpending14,
         * we shouldn't have to supply the compatability sigpending.
         */
        ldi     EINVAL, %t1
diff -r 2e08c9771a3e -r 4d87e977cdad lib/libc/compat/arch/hppa/sys/compat_sigreturn.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigreturn.S  Sun May 03 13:34:38 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigreturn.S  Sun May 03 15:27:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_sigreturn.S,v 1.2 2008/04/28 20:22:58 martin Exp $      */
+/*     $NetBSD: compat_sigreturn.S,v 1.3 2020/05/03 15:27:06 skrll Exp $       */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 ENTRY(sigreturn, 0)
        /*
-        * AFAICT, since the hppa port came after __sigreturn14, 
+        * AFAICT, since the hppa port came after __sigreturn14,
         * we shouldn't have to supply the compatability sigreturn.
         */
        ldi     EINVAL, %t1



Home | Main Index | Thread Index | Old Index