Skip to content

Commit

Permalink
Fix style issue after #54148
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Nov 16, 2021
1 parent 1edbe4f commit 098e3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ so they should work out of the box on Linux/macOS.
#### Windows

##### clang-format
- Download LLVM for Windows (version 8 or later) from
- Download LLVM for Windows (version 13 or later) from
<https://releases.llvm.org/download.html>
- Make sure LLVM is added to the `PATH` during installation

Expand Down
2 changes: 1 addition & 1 deletion scene/gui/scroll_container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void ScrollContainer::_notification(int p_what) {
};

if (p_what == NOTIFICATION_READY) {
Viewport* viewport = get_viewport();
Viewport *viewport = get_viewport();
ERR_FAIL_COND(!viewport);
viewport->connect("gui_focus_changed", callable_mp(this, &ScrollContainer::_gui_focus_changed));
_update_dimensions();
Expand Down

0 comments on commit 098e3cf

Please sign in to comment.