mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-12 14:33:06 +08:00
gdb: fix indentation in remote.c
Change-Id: If344acdf703fdd3892f73f75fc891d5473808b79
This commit is contained in:
parent
a7a430a68c
commit
9153eb8a7f
@ -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 ());
|
||||
|
Loading…
x
Reference in New Issue
Block a user