aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webpage.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
commit657e13760365aad3ab358b237060bf2356fc4a80 (patch)
tree339d530885a32fade0b9c4f77a9683111b00796c /src/webengine/webpage.cpp
parentPlugin commands no longer require --command (diff)
downloadsmolbote-657e13760365aad3ab358b237060bf2356fc4a80.tar.xz
clang-format pass
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;