diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-10 18:59:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-10 18:59:26 +0000 |
commit | 3dd5103bb4dbcfb16f2ef6ce1c0dd2ef01f40d18 (patch) | |
tree | 7a308eb6ecc0c1f7a92e1aad21ee633b9d33d6dd /gas/flonum-konst.c | |
parent | 83ea41ad9c2a9cc52f656bb88eee8b65e471f979 (diff) | |
download | gdb-3dd5103bb4dbcfb16f2ef6ce1c0dd2ef01f40d18.zip gdb-3dd5103bb4dbcfb16f2ef6ce1c0dd2ef01f40d18.tar.gz gdb-3dd5103bb4dbcfb16f2ef6ce1c0dd2ef01f40d18.tar.bz2 |
Fix formatting.
Diffstat (limited to 'gas/flonum-konst.c')
-rw-r--r-- | gas/flonum-konst.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/flonum-konst.c b/gas/flonum-konst.c index 22bba05..09ec3b6 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 */ |