forked from Imagelibrary/binutils-gdb
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places. Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user