From: Simon Marchi Date: Tue, 16 Jul 2024 18:05:14 +0000 (-0400) Subject: gdb: fix indentation in remote.c X-Git-Tag: binutils-2_43~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9153eb8a7f5449c9baa67b2349cdfc0a47104c9a;p=thirdparty%2Fbinutils-gdb.git gdb: fix indentation in remote.c Change-Id: If344acdf703fdd3892f73f75fc891d5473808b79 --- diff --git a/gdb/remote.c b/gdb/remote.c index 8a693df4818..5d2e251dd7d 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 ());