aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tui/tui-stack.h')
-rw-r--r--gdb/tui/tui-stack.h41
1 files changed, 11 insertions, 30 deletions
diff --git a/gdb/tui/tui-stack.h b/gdb/tui/tui-stack.h
index d542f21..c22fdfd 100644
--- a/gdb/tui/tui-stack.h
+++ b/gdb/tui/tui-stack.h
@@ -32,42 +32,23 @@ struct tui_locator_window : public tui_win_info
{
tui_locator_window () = default;
- const char *name () const override
- {
- return STATUS_NAME;
- }
-
- int max_height () const override
- {
- return 1;
- }
-
- int min_height () const override
- {
- return 1;
- }
-
- bool can_box () const override
- {
- return false;
- }
-
- bool can_focus () const override
- {
- return false;
- }
+ const char *name () const override { return STATUS_NAME; }
+
+ int max_height () const override { return 1; }
+
+ int min_height () const override { return 1; }
+
+ bool can_box () const override { return false; }
+
+ bool can_focus () const override { return false; }
void rerender () override;
protected:
- void do_scroll_vertical (int n) override
- {
- }
+ void do_scroll_vertical (int n) override {}
- void do_scroll_horizontal (int n) override
- {
- }
+ void do_scroll_horizontal (int n) override {}
private: