mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Apply new clang-format changes
This commit is contained in:
parent
72c183ce8b
commit
b37fc1014a
51 changed files with 150 additions and 148 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue