summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/float.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-09-20 19:27:00 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-09-20 19:27:00 +0000
commit7eba9e465bc456aca6a37e39f2e05b8416029415 (patch)
treee80008e0f81641156164a14c3c7943c630af44e1 /sys/arch/hppa/spmath/float.h
parent0eed527c6aac1b4f0cf78edec37832fc6b143d3a (diff)
kill dangling space, line and a space in the tab
Diffstat (limited to 'sys/arch/hppa/spmath/float.h')
-rw-r--r--sys/arch/hppa/spmath/float.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/float.h b/sys/arch/hppa/spmath/float.h
index 700cbe05253..1039eb8fe72 100644
--- a/sys/arch/hppa/spmath/float.h
+++ b/sys/arch/hppa/spmath/float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: float.h,v 1.5 2002/05/07 22:19:30 mickey Exp $ */
+/* $OpenBSD: float.h,v 1.6 2002/09/20 19:26:59 mickey Exp $ */
/*
(c) Copyright 1986 HEWLETT-PACKARD COMPANY
To anyone who acknowledges that this file is provided "AS IS"
@@ -470,4 +470,3 @@ typedef struct dint dbl_integer;
#define Ext_negate(extent) \
(int )Extall(extent) = 0 - (int )Extall(extent)
#define Ext_setone_low(extent) Bitfield_deposit(1,31,1,extent)
-