aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/webpage.cpp')
-rw-r--r--src/webengine/webpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webpage.cpp b/src/webengine/webpage.cpp
index 7358223..b075fa1 100644
--- a/src/webengine/webpage.cpp
+++ b/src/webengine/webpage.cpp
@@ -84,7 +84,7 @@ bool WebPage::acceptNavigationRequest(const QUrl &url, NavigationType type, bool
auto count = layout->count();
if(count > 1) {
- for (int i = 0; i < count; ++i) {
+ for(int i = 0; i < count; ++i) {
auto *item = layout->itemAt(i);
if(item == nullptr)
continue;