diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-09-20 19:27:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-09-20 19:27:00 +0000 |
commit | 7eba9e465bc456aca6a37e39f2e05b8416029415 (patch) | |
tree | e80008e0f81641156164a14c3c7943c630af44e1 /sys/arch/hppa/spmath/sgl_float.h | |
parent | 0eed527c6aac1b4f0cf78edec37832fc6b143d3a (diff) |
kill dangling space, line and a space in the tab
Diffstat (limited to 'sys/arch/hppa/spmath/sgl_float.h')
-rw-r--r-- | sys/arch/hppa/spmath/sgl_float.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/sgl_float.h b/sys/arch/hppa/spmath/sgl_float.h index ef2ecae8ce4..8cf4f88ac1c 100644 --- a/sys/arch/hppa/spmath/sgl_float.h +++ b/sys/arch/hppa/spmath/sgl_float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sgl_float.h,v 1.7 2002/05/07 22:19:30 mickey Exp $ */ +/* $OpenBSD: sgl_float.h,v 1.8 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" @@ -318,4 +318,3 @@ int sgl_frem(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, u int sgl_fsqrt(sgl_floating_point *, sgl_floating_point *, unsigned int *); int sgl_fsub(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *); int sgl_frnd(sgl_floating_point *, sgl_floating_point *, unsigned int *); - |