indentation fixlet in gdbserver/Makefile.in.

This fixes a minor indentation issue in gdbserver/Makefile.in.

2014-02-06  Tom Tromey  <tromey@redhat.com>

	* Makefile.in (SFILES): Fix indentation.
This commit is contained in:
Tom Tromey
2014-02-06 12:04:50 -07:00
parent 926c538512
commit e99dc82053
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2014-02-06 Tom Tromey <tromey@redhat.com>
* Makefile.in (SFILES): Fix indentation.
2014-02-05 Doug Evans <dje@google.com>
* linux-low.c (linux_wait_for_event): Improve comment.