indentation fixlet in gdbserver/Makefile.in.
authorTom Tromey <tromey@redhat.com>
Thu, 6 Feb 2014 19:04:50 +0000 (12:04 -0700)
committerTom Tromey <tromey@redhat.com>
Thu, 6 Feb 2014 19:04:50 +0000 (12:04 -0700)
This fixes a minor indentation issue in gdbserver/Makefile.in.

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

* Makefile.in (SFILES): Fix indentation.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index 53c2acc..d8fbc1b 100644 (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.
index 46324e6..c172995 100644 (file)
@@ -163,7 +163,7 @@ SFILES=     $(srcdir)/gdbreplay.c $(srcdir)/inferiors.c $(srcdir)/dll.c \
        $(srcdir)/common/linux-osdata.c $(srcdir)/common/ptid.c \
        $(srcdir)/common/buffer.c $(srcdir)/common/linux-btrace.c \
        $(srcdir)/common/filestuff.c $(srcdir)/target/waitstatus.c \
-    $(srcdir)/common/mips-linux-watch.c
+       $(srcdir)/common/mips-linux-watch.c
 
 DEPFILES = @GDBSERVER_DEPFILES@