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
commit9444abeb1e4e497d1c4119bfc4f7a46274213209 (patch)
tree184062fc8f15781500f619c170cd40b961192538 /gas/flonum-konst.c
parent8746d4c52679f55560e7fe0ca10f9d26d0c06222 (diff)
downloadbinutils-redhat-9444abeb1e4e497d1c4119bfc4f7a46274213209.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 22bba05974..09ec3b6f0a 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 */