diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2024-07-16 14:05:14 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-07-16 14:05:14 -0400 |
commit | 9153eb8a7f5449c9baa67b2349cdfc0a47104c9a (patch) | |
tree | e86047584940e69b9e29257f53de4c5ecd40c592 | |
parent | a7a430a68c2bb832170389fdb1e17e4986cadfec (diff) | |
download | gdb-9153eb8a7f5449c9baa67b2349cdfc0a47104c9a.zip gdb-9153eb8a7f5449c9baa67b2349cdfc0a47104c9a.tar.gz gdb-9153eb8a7f5449c9baa67b2349cdfc0a47104c9a.tar.bz2 |
gdb: fix indentation in remote.c
Change-Id: If344acdf703fdd3892f73f75fc891d5473808b79
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()); |