diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 14:56:09 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 16:32:00 -0500 |
commit | 287de65625a667b6403d0606fa75b67926ec7230 (patch) | |
tree | a4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdb/tui/tui-layout.c | |
parent | 2562954ede66f32bff7d985e752b8052c2ae5775 (diff) | |
download | fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.zip fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.gz fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.bz2 |
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places.
Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
Diffstat (limited to 'gdb/tui/tui-layout.c')
-rw-r--r-- | gdb/tui/tui-layout.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c index bb8356c..01d243b 100644 --- a/gdb/tui/tui-layout.c +++ b/gdb/tui/tui-layout.c @@ -850,7 +850,7 @@ tui_layout_split::apply (int x_, int y_, int width_, int height_, { /* Save the old cmd window information, in case we need to restore it later. */ - old_cmd_info.emplace (i, info[i].min_size, info[i].max_size); + old_cmd_info.emplace (i, info[i].min_size, info[i].max_size); /* If this layout has never been applied, then it means the user just changed the layout. In this situation, it's @@ -965,11 +965,11 @@ tui_layout_split::apply (int x_, int y_, int width_, int height_, window non-fixed-size (if possible), and hope we can shrink this enough to fit the rest of the sub-layouts in. - Alternatively, we've made it around the loop without - adjusting any window's size. This likely means all - windows have hit their min or max size. Again, our only - hope is to make the cmd window non-fixed-size, and hope - this fixes all our problems. */ + Alternatively, we've made it around the loop without + adjusting any window's size. This likely means all + windows have hit their min or max size. Again, our only + hope is to make the cmd window non-fixed-size, and hope + this fixes all our problems. */ if (old_cmd_info.has_value () && ((available_size < used_size) || !found_window_that_can_grow_p)) |