Module Name:    src
Committed By:   skrll
Date:           Sat Nov 27 10:00:01 UTC 2021

Modified Files:
        src/lib/libc/arch/arm/sys: __sigtramp2.S
        src/lib/libc/arch/powerpc/sys: __sigtramp2.S

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/arm/sys/__sigtramp2.S
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/powerpc/sys/__sigtramp2.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/arch/arm/sys/__sigtramp2.S
diff -u src/lib/libc/arch/arm/sys/__sigtramp2.S:1.4 src/lib/libc/arch/arm/sys/__sigtramp2.S:1.5
--- src/lib/libc/arch/arm/sys/__sigtramp2.S:1.4	Tue Nov 23 18:45:53 2021
+++ src/lib/libc/arch/arm/sys/__sigtramp2.S	Sat Nov 27 10:00:01 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: __sigtramp2.S,v 1.4 2021/11/23 18:45:53 thorpej Exp $	*/
+/*	$NetBSD: __sigtramp2.S,v 1.5 2021/11/27 10:00:01 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -67,12 +67,12 @@
 	.cfi_return_column _REG_R15
 	CFI_OFFSET(_REG_R15)	/* a.k.a. _REG_PC */
 
-/*      
+/*
  * The unwind entry includes the one instruction prior to the trampoline
  * because the unwinder will look up (return PC - 1) while unwinding.
  * Normally this would be the jump / branch, but since there isn't one in
  * this case, we place an explicit nop there instead.
- */     
+ */
 	nop
 
 ENTRY_NP(__sigtramp_siginfo_2)

Index: src/lib/libc/arch/powerpc/sys/__sigtramp2.S
diff -u src/lib/libc/arch/powerpc/sys/__sigtramp2.S:1.4 src/lib/libc/arch/powerpc/sys/__sigtramp2.S:1.5
--- src/lib/libc/arch/powerpc/sys/__sigtramp2.S:1.4	Sun Nov 21 21:31:24 2021
+++ src/lib/libc/arch/powerpc/sys/__sigtramp2.S	Sat Nov 27 10:00:01 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: __sigtramp2.S,v 1.4 2021/11/21 21:31:24 thorpej Exp $	*/
+/*	$NetBSD: __sigtramp2.S,v 1.5 2021/11/27 10:00:01 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #include "assym.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: __sigtramp2.S,v 1.4 2021/11/21 21:31:24 thorpej Exp $")
+__RCSID("$NetBSD: __sigtramp2.S,v 1.5 2021/11/27 10:00:01 skrll Exp $")
 #endif /* LIBC_SCCS && !lint */
 
 /*
@@ -115,12 +115,12 @@ __RCSID("$NetBSD: __sigtramp2.S,v 1.4 20
 	.cfi_return_column DWARF_SIGRETURN_REG
 	CFI_OFFSET_DWARF_REG(DWARF_SIGRETURN_REG, _REG_PC)
 
-/*      
+/*
  * The unwind entry includes one instruction slot prior to the trampoline
  * because the unwinder will look up to (return PC - 1 insn) while unwinding.
  * Normally this would be the jump / branch, but since there isn't one in
  * this case, we place an explicit nop there instead.
- */     
+ */
 	nop
 
 ENTRY_NOPROFILE(__sigtramp_siginfo_2)

Reply via email to