diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 01:03:41 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 01:03:41 +0000 |
commit | 1fa79fac0267ff3cbcb4f7079bf9a9e796407936 (patch) | |
tree | 90dd1b6416ae6bcd881f7fcb55dadedfa321f6f5 /gdb/remote-mips.c | |
parent | beda959798edc840f334964ee3d28418e16e6399 (diff) | |
download | gdb-1fa79fac0267ff3cbcb4f7079bf9a9e796407936.zip gdb-1fa79fac0267ff3cbcb4f7079bf9a9e796407936.tar.gz gdb-1fa79fac0267ff3cbcb4f7079bf9a9e796407936.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* remote-mips.c: Whitespace tweaks.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 29aea1c..c5b6148 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -2657,7 +2657,8 @@ mips_load_srec (char *args) bfd_get_section_contents (abfd, s, buffer, i, numbytes); - reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes); + reclen = mips_make_srec (srec, '3', s->vma + i, + buffer, numbytes); send_srec (srec, reclen, s->vma + i); if (deprecated_ui_load_progress_hook) @@ -3174,7 +3175,8 @@ pmon_load_fast (char *file) the line: */ for (; ((binamount - binptr) > 0);) { - pmon_make_fastrec (&bp, binbuf, &binptr, binamount, &reclen, &csum, &zerofill); + pmon_make_fastrec (&bp, binbuf, &binptr, binamount, + &reclen, &csum, &zerofill); if (reclen >= (MAXRECSIZE - CHECKSIZE)) { reclen = pmon_checkset (reclen, &bp, &csum); |