]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: fix indentation in remote.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 16 Jul 2024 18:05:14 +0000 (14:05 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 16 Jul 2024 18:05:14 +0000 (14:05 -0400)
Change-Id: If344acdf703fdd3892f73f75fc891d5473808b79

gdb/remote.c

index 8a693df48183111c1b5a64b0a9d5a4e71fcde10d..5d2e251dd7d1b1f9a9bf6c2a0e7943ec1ae55d37 100644 (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 ());