* mem-break.c: Remove whitespace at end of file.

This commit is contained in:
Mark Kettenis 2003-07-08 18:51:44 +00:00
parent fb319d8d1d
commit 1c0a559ec8
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-07-08 Mark Kettenis <kettenis@gnu.org>
* mem-break.c: Remove whitespace at end of file.
2003-06-28 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Check whether we need to prototype strerror.

View File

@ -276,5 +276,3 @@ check_mem_write (CORE_ADDR mem_addr, char *buf, int mem_len)
memcpy (buf + buf_offset, breakpoint_data + copy_offset, copy_len);
}
}