diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-10-17 20:21:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-10-17 20:21:45 +0000 |
commit | e6c774b42adff3c63cb512132d9a7c40ca99be72 (patch) | |
tree | 9bf9eceade177e288c05e6277411d7255b540a63 /gas/debug.c | |
parent | ea20a7da87b245e4eb49ccc0688b9052c8815fe1 (diff) | |
download | binutils-e6c774b42adff3c63cb512132d9a7c40ca99be72.tar.gz binutils-e6c774b42adff3c63cb512132d9a7c40ca99be72.tar.bz2 binutils-e6c774b42adff3c63cb512132d9a7c40ca99be72.zip |
2000-10-17 Kazu Hirata <kazu@hxi.com>
* debug.c: Fix formatting.
* depend.c: Likewise.
* dwarf2dbg.c: Likewise.
* dwarf2dbg.h: Likewise.
* ecoff.c: Likewise.
* expr.c: Likewise.
* expr.h: Likewise.
* flonum-konst.c: Likewise.
* frags.h: Likewise.
Diffstat (limited to 'gas/debug.c')
-rw-r--r-- | gas/debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/debug.c b/gas/debug.c index e99f23f32a6..e9f6f09e643 100644 --- a/gas/debug.c +++ b/gas/debug.c @@ -62,8 +62,7 @@ dmp_frag (fp, indent) printf ("%srs_fill(%d)\n", indent, fp->fr_offset); printf ("%s", indent); var_chars (fp, fp->fr_var + fp->fr_fix); - printf ("%s\t repeated %d times,", - indent, fp->fr_offset); + printf ("%s\t repeated %d times,", indent, fp->fr_offset); printf (" fixed length if # chars == 0)\n"); break; case rs_org: |