summaryrefslogtreecommitdiff
path: root/src/urlbar/stackedurlbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/stackedurlbar.cpp')
-rw-r--r--src/urlbar/stackedurlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/stackedurlbar.cpp b/src/urlbar/stackedurlbar.cpp
index 745818e3..728a9c1b 100644
--- a/src/urlbar/stackedurlbar.cpp
+++ b/src/urlbar/stackedurlbar.cpp
@@ -51,7 +51,7 @@ UrlBar *StackedUrlBar::currentUrlBar()
UrlBar *StackedUrlBar::urlBar(int index)
{
UrlBar *urlBar = qobject_cast<UrlBar*>(QStackedWidget::widget(index));
- if(!urlBar)
+ if (!urlBar)
{
kWarning() << "URL bar with index" << index << "not found. Returning NULL. line:" << __LINE__;
}