summaryrefslogtreecommitdiff
path: root/gas/flonum-konst.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-10 18:59:26 +0000
committerNick Clifton <nickc@redhat.com>2000-07-10 18:59:26 +0000
commit3dd5103bb4dbcfb16f2ef6ce1c0dd2ef01f40d18 (patch)
tree7a308eb6ecc0c1f7a92e1aad21ee633b9d33d6dd /gas/flonum-konst.c
parent83ea41ad9c2a9cc52f656bb88eee8b65e471f979 (diff)
downloadbinutils-gdb-3dd5103bb4dbcfb16f2ef6ce1c0dd2ef01f40d18.tar.gz
Fix formatting.
Diffstat (limited to 'gas/flonum-konst.c')
-rw-r--r--gas/flonum-konst.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/flonum-konst.c b/gas/flonum-konst.c
index 22bba05974b..09ec3b6f0ab 100644
--- a/gas/flonum-konst.c
+++ b/gas/flonum-konst.c
@@ -25,7 +25,6 @@
sure if its right or not. Could go either way. I wish
I really understood this stuff. */
-
const int table_size_of_flonum_powers_of_ten = 13;
static const LITTLENUM_TYPE zero[] =
@@ -204,6 +203,8 @@ const FLONUM_TYPE flonum_positive_powers_of_ten[] =
};
#ifdef VMS
-void dummy1 () { }
+void
+dummy1 ()
+{
+}
#endif
-/* end of flonum_const.c */