Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/mips/gen Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/f02a495db3b4
branches:  trunk
changeset: 347076:f02a495db3b4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 12 15:21:25 2016 +0000

description:
Trailing whitespace

diffstat:

 lib/libc/arch/mips/gen/_resumecontext.S |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 0b33e7658814 -r f02a495db3b4 lib/libc/arch/mips/gen/_resumecontext.S
--- a/lib/libc/arch/mips/gen/_resumecontext.S   Fri Aug 12 13:40:21 2016 +0000
+++ b/lib/libc/arch/mips/gen/_resumecontext.S   Fri Aug 12 15:21:25 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: _resumecontext.S,v 1.7 2012/09/12 02:00:52 manu Exp $  */
+/*     $NetBSD: _resumecontext.S,v 1.8 2016/08/12 15:21:25 skrll Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -35,12 +35,12 @@
 #include "assym.h"
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-       RCSID("$NetBSD: _resumecontext.S,v 1.7 2012/09/12 02:00:52 manu Exp $")
+       RCSID("$NetBSD: _resumecontext.S,v 1.8 2016/08/12 15:21:25 skrll Exp $")
 #endif /* SYSLIBC_SCCS && !lint */
 
        .set    reorder
        .hidden _C_LABEL(__resumecontext)
-       
+
 LEAF_NOPROFILE(__resumecontext)
        /*
         * We get here not by a call through $t9 but thru $ra after the
@@ -55,7 +55,7 @@
        nop
        PIC_TAILCALL(setcontext)                        #   yes, become it.
        /* NOTREACHED (in theory) */
-       li              a0, -1                          # failure, 
+       li              a0, -1                          # failure,
 1:
        SYSTRAP(exit)                                   # all hope is lost.
        /* NOTREACHED */



Home | Main Index | Thread Index | Old Index