summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-11-16 14:26:42 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-11-16 14:27:44 +0100
commit098e3cf8f7e56aaaf3715161b72b0a4882e3e9da (patch)
treea0ae4d24293aed5735f463e00e8b4301e89c0d27
parent1edbe4f3c1626d20511bd2741435263fc3d542a7 (diff)
Fix style issue after #54148
-rw-r--r--misc/hooks/README.md2
-rw-r--r--scene/gui/scroll_container.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/hooks/README.md b/misc/hooks/README.md
index e420c6cb5c..8732237244 100644
--- a/misc/hooks/README.md
+++ b/misc/hooks/README.md
@@ -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
diff --git a/scene/gui/scroll_container.cpp b/scene/gui/scroll_container.cpp
index 2bb0ddb228..7b2ea46e17 100644
--- a/scene/gui/scroll_container.cpp
+++ b/scene/gui/scroll_container.cpp
@@ -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();