gdb: fix indentation in remote.c Change-Id: If344acdf703fdd3892f73f75fc891d5473808b79
diff --git a/gdb/remote.c b/gdb/remote.c index 8a693df..5d2e251 100644 --- a/gdb/remote.c +++ b/gdb/remote.c
@@ -5950,7 +5950,7 @@ remote_target::remote_query_supported () if (m_features.packet_set_cmd_state (PACKET_accept_error_message) != AUTO_BOOLEAN_FALSE) - remote_query_supported_append (&q, "error-message+"); + remote_query_supported_append (&q, "error-message+"); q = "qSupported:" + q; putpkt (q.c_str ());