gdb: fix indentation in remote.c

Change-Id: If344acdf703fdd3892f73f75fc891d5473808b79
This commit is contained in:
Simon Marchi 2024-07-16 14:05:14 -04:00
parent a7a430a68c
commit 9153eb8a7f

View File

@ -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 ());