Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/hppa Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/21f0bf82ffcc
branches:  trunk
changeset: 789592:21f0bf82ffcc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 24 07:12:12 2013 +0000

description:
Whitespace.

diffstat:

 lib/libc/arch/hppa/SYS.h               |  6 +++---
 lib/libc/arch/hppa/gen/resumecontext.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 7b0feb2cc4b9 -r 21f0bf82ffcc lib/libc/arch/hppa/SYS.h
--- a/lib/libc/arch/hppa/SYS.h  Sat Aug 24 00:51:48 2013 +0000
+++ b/lib/libc/arch/hppa/SYS.h  Sat Aug 24 07:12:12 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: SYS.h,v 1.7 2009/11/03 05:07:25 snj Exp $      */
+/*     $NetBSD: SYS.h,v 1.8 2013/08/24 07:12:12 skrll Exp $    */
 
 /*     $OpenBSD: SYS.h,v 1.9 2001/09/20 20:52:09 millert Exp $ */
 
@@ -44,7 +44,7 @@
        ldi     __CONCAT(SYS_,x), %t1           !\
        .import __cerror, code                  !\
        comb,<> %r0, %t1, __cerror              !\
-       ldw     HPPA_FRAME_ERP(%sr0,%sp), %rp   
+       ldw     HPPA_FRAME_ERP(%sr0,%sp), %rp
 
 #define        PSEUDO(x,y)                             !\
 SYSENTRY(x)                                    !\
@@ -65,7 +65,7 @@
 SYSEXIT(x)
 
 #define RSYSCALL(x)            PSEUDO(x,x)
-#define        RSYSCALL_NOERROR(x)     PSEUDO_NOERROR(x,x)     
+#define        RSYSCALL_NOERROR(x)     PSEUDO_NOERROR(x,x)
 
 #ifdef WEAK_ALIAS
 #define WSYSCALL(weak,strong)          !\
diff -r 7b0feb2cc4b9 -r 21f0bf82ffcc lib/libc/arch/hppa/gen/resumecontext.c
--- a/lib/libc/arch/hppa/gen/resumecontext.c    Sat Aug 24 00:51:48 2013 +0000
+++ b/lib/libc/arch/hppa/gen/resumecontext.c    Sat Aug 24 07:12:12 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resumecontext.c,v 1.4 2011/09/19 21:24:57 joerg Exp $  */
+/*     $NetBSD: resumecontext.c,v 1.5 2013/08/24 07:12:13 skrll Exp $  */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: resumecontext.c,v 1.4 2011/09/19 21:24:57 joerg Exp $");
+__RCSID("$NetBSD: resumecontext.c,v 1.5 2013/08/24 07:12:13 skrll Exp $");
 #endif
 
 #include "namespace.h"
@@ -46,7 +46,7 @@
        ucontext_t uct;
 
        (void)getcontext(&uct);
-       if (uct.uc_link == NULL) 
+       if (uct.uc_link == NULL)
                exit(0);
        (void)setcontext(uct.uc_link);
        _exit(-1);



Home | Main Index | Thread Index | Old Index