diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-06-26 11:13:05 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-09-20 08:09:48 -0500 |
commit | b37fc1014abf7adda70dc30b0822d775b3a4433f (patch) | |
tree | 1fea31fbbaf41589e9d4ee8e484871280ef720e5 /editor/plugins/text_editor.h | |
parent | 72c183ce8ba6f5c78213d49dd3a135690ef0bfd3 (diff) | |
download | redot-engine-b37fc1014abf7adda70dc30b0822d775b3a4433f.tar.gz |
Style: Apply new `clang-format` changes
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r-- | editor/plugins/text_editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h index 1acec4e959..b6c203f2a2 100644 --- a/editor/plugins/text_editor.h +++ b/editor/plugins/text_editor.h @@ -127,8 +127,8 @@ public: virtual Variant get_navigation_state() override; virtual Vector<String> get_functions() override; virtual PackedInt32Array get_breakpoints() override; - virtual void set_breakpoint(int p_line, bool p_enabled) override{}; - virtual void clear_breakpoints() override{}; + virtual void set_breakpoint(int p_line, bool p_enabled) override {} + virtual void clear_breakpoints() override {} virtual void goto_line(int p_line, int p_column = 0) override; void goto_line_selection(int p_line, int p_begin, int p_end); virtual void set_executing_line(int p_line) override; |