Module Name:    src
Committed By:   skrll
Date:           Sat Dec  3 09:38:53 UTC 2022

Modified Files:
        src/lib/libc/arch/riscv/gdtoa: gd_qnan.h
        src/lib/libc/arch/riscv/gen: fpgetmask.c fpgetround.c fpgetsticky.c
            fpsetmask.c fpsetround.c fpsetsticky.c resumecontext.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/riscv/gdtoa/gd_qnan.h
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/riscv/gen/fpgetmask.c \
    src/lib/libc/arch/riscv/gen/fpgetround.c \
    src/lib/libc/arch/riscv/gen/fpgetsticky.c \
    src/lib/libc/arch/riscv/gen/fpsetmask.c \
    src/lib/libc/arch/riscv/gen/fpsetround.c \
    src/lib/libc/arch/riscv/gen/fpsetsticky.c \
    src/lib/libc/arch/riscv/gen/resumecontext.c

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/riscv/gdtoa/gd_qnan.h
diff -u src/lib/libc/arch/riscv/gdtoa/gd_qnan.h:1.2 src/lib/libc/arch/riscv/gdtoa/gd_qnan.h:1.3
--- src/lib/libc/arch/riscv/gdtoa/gd_qnan.h:1.2	Sun Apr 14 19:25:27 2019
+++ src/lib/libc/arch/riscv/gdtoa/gd_qnan.h	Sat Dec  3 09:38:53 2022
@@ -1,6 +1,6 @@
-/* $NetBSD: gd_qnan.h,v 1.2 2019/04/14 19:25:27 maya Exp $ */
+/* $NetBSD: gd_qnan.h,v 1.3 2022/12/03 09:38:53 skrll Exp $ */
 
-/* 
+/*
  * The RISC-V Instruction Set Manual Volume I: User-Level ISA
  * Document Version 2.2
  *

Index: src/lib/libc/arch/riscv/gen/fpgetmask.c
diff -u src/lib/libc/arch/riscv/gen/fpgetmask.c:1.1 src/lib/libc/arch/riscv/gen/fpgetmask.c:1.2
--- src/lib/libc/arch/riscv/gen/fpgetmask.c:1.1	Fri Sep 19 17:36:25 2014
+++ src/lib/libc/arch/riscv/gen/fpgetmask.c	Sat Dec  3 09:38:53 2022
@@ -1,12 +1,12 @@
-/*	$NetBSD: fpgetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
+/*	$NetBSD: fpgetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $	*/
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
- * 
+ *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Dan Winship.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpgetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpgetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
Index: src/lib/libc/arch/riscv/gen/fpgetround.c
diff -u src/lib/libc/arch/riscv/gen/fpgetround.c:1.1 src/lib/libc/arch/riscv/gen/fpgetround.c:1.2
--- src/lib/libc/arch/riscv/gen/fpgetround.c:1.1	Fri Sep 19 17:36:25 2014
+++ src/lib/libc/arch/riscv/gen/fpgetround.c	Sat Dec  3 09:38:53 2022
@@ -1,12 +1,12 @@
-/*	$NetBSD: fpgetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
+/*	$NetBSD: fpgetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $	*/
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
- * 
+ *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Dan Winship.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpgetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpgetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
Index: src/lib/libc/arch/riscv/gen/fpgetsticky.c
diff -u src/lib/libc/arch/riscv/gen/fpgetsticky.c:1.1 src/lib/libc/arch/riscv/gen/fpgetsticky.c:1.2
--- src/lib/libc/arch/riscv/gen/fpgetsticky.c:1.1	Fri Sep 19 17:36:25 2014
+++ src/lib/libc/arch/riscv/gen/fpgetsticky.c	Sat Dec  3 09:38:53 2022
@@ -1,12 +1,12 @@
-/*	$NetBSD: fpgetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
+/*	$NetBSD: fpgetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $	*/
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
- * 
+ *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Dan Winship.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpgetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpgetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
Index: src/lib/libc/arch/riscv/gen/fpsetmask.c
diff -u src/lib/libc/arch/riscv/gen/fpsetmask.c:1.1 src/lib/libc/arch/riscv/gen/fpsetmask.c:1.2
--- src/lib/libc/arch/riscv/gen/fpsetmask.c:1.1	Fri Sep 19 17:36:25 2014
+++ src/lib/libc/arch/riscv/gen/fpsetmask.c	Sat Dec  3 09:38:53 2022
@@ -1,12 +1,12 @@
-/*	$NetBSD: fpsetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
+/*	$NetBSD: fpsetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $	*/
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
- * 
+ *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Dan Winship.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpsetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
Index: src/lib/libc/arch/riscv/gen/fpsetround.c
diff -u src/lib/libc/arch/riscv/gen/fpsetround.c:1.1 src/lib/libc/arch/riscv/gen/fpsetround.c:1.2
--- src/lib/libc/arch/riscv/gen/fpsetround.c:1.1	Fri Sep 19 17:36:25 2014
+++ src/lib/libc/arch/riscv/gen/fpsetround.c	Sat Dec  3 09:38:53 2022
@@ -1,12 +1,12 @@
-/*	$NetBSD: fpsetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
+/*	$NetBSD: fpsetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $	*/
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
- * 
+ *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Dan Winship.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpsetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
Index: src/lib/libc/arch/riscv/gen/fpsetsticky.c
diff -u src/lib/libc/arch/riscv/gen/fpsetsticky.c:1.1 src/lib/libc/arch/riscv/gen/fpsetsticky.c:1.2
--- src/lib/libc/arch/riscv/gen/fpsetsticky.c:1.1	Fri Sep 19 17:36:25 2014
+++ src/lib/libc/arch/riscv/gen/fpsetsticky.c	Sat Dec  3 09:38:53 2022
@@ -1,12 +1,12 @@
-/*	$NetBSD: fpsetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
+/*	$NetBSD: fpsetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $	*/
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
- * 
+ *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Dan Winship.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpsetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
Index: src/lib/libc/arch/riscv/gen/resumecontext.c
diff -u src/lib/libc/arch/riscv/gen/resumecontext.c:1.1 src/lib/libc/arch/riscv/gen/resumecontext.c:1.2
--- src/lib/libc/arch/riscv/gen/resumecontext.c:1.1	Fri Sep 19 17:36:25 2014
+++ src/lib/libc/arch/riscv/gen/resumecontext.c	Sat Dec  3 09:38:53 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: resumecontext.c,v 1.1 2014/09/19 17:36:25 matt Exp $	*/
+/*	$NetBSD: resumecontext.c,v 1.2 2022/12/03 09:38:53 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.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: resumecontext.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
 #endif
 
 #include "namespace.h"
@@ -46,7 +46,7 @@ _resumecontext(void)
 	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);

Reply via email to