gdb, gdbserver, gdbsupport: fix whitespace issues

Replace spaces with tabs in a bunch of places.

Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
This commit is contained in:
Simon Marchi
2023-03-09 14:56:09 -05:00
parent 2562954ede
commit 287de65625
62 changed files with 365 additions and 374 deletions

View File

@@ -6376,7 +6376,7 @@ print_one_breakpoint_location (struct breakpoint *b,
without a footnote. On the CLI, for enabled locations whose
breakpoint is disabled, display "y-". */
auto get_enable_state = [uiout, loc] () -> const char *
{
{
if (uiout->is_mi_like_p ())
{
if (loc->disabled_by_cond)
@@ -6613,7 +6613,7 @@ print_one_breakpoint_location (struct breakpoint *b,
bool use_fixed_output =
(uiout->test_flags (fix_breakpoint_script_output)
|| fix_breakpoint_script_output_globally);
|| fix_breakpoint_script_output_globally);
gdb::optional<ui_out_emit_tuple> tuple_emitter;
gdb::optional<ui_out_emit_list> list_emitter;