Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/noieee_src Remove unnecessary spaces.
details: https://anonhg.NetBSD.org/src/rev/a53a98c5d172
branches: trunk
changeset: 532807:a53a98c5d172
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jun 15 09:39:52 2002 +0000
description:
Remove unnecessary spaces.
diffstat:
lib/libm/noieee_src/mathimpl.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r afb669a35cff -r a53a98c5d172 lib/libm/noieee_src/mathimpl.h
--- a/lib/libm/noieee_src/mathimpl.h Sat Jun 15 03:40:28 2002 +0000
+++ b/lib/libm/noieee_src/mathimpl.h Sat Jun 15 09:39:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mathimpl.h,v 1.5 2002/06/15 00:10:17 matt Exp $ */
+/* $NetBSD: mathimpl.h,v 1.6 2002/06/15 09:39:52 wiz Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@@ -104,12 +104,12 @@
/*
* Functions internal to the math package, yet not static.
*/
-extern double __exp__E (double, double);
-extern double __log__L (double);
-extern int infnan (int);
+extern double __exp__E(double, double);
+extern double __log__L(double);
+extern int infnan(int);
struct Double {double a, b;};
-double __exp__D (double, double);
-struct Double __log__D (double);
+double __exp__D(double, double);
+struct Double __log__D(double);
#endif /* _NOIEEE_SRC_MATHIMPL_H_ */
Home |
Main Index |
Thread Index |
Old Index