aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/find
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-07-17 00:01:45 +0300
committerOrgad Shaneh <orgads@gmail.com>2013-07-17 11:11:25 +0200
commitad9e7ccab6e8476c0cb478ea2e4f13354dc21635 (patch)
tree9c67e7cfec7e7d0603e9279de9227cdef1cac530 /src/plugins/find
parentc67f7f63497b321f42ee0081f29b7e3804023a10 (diff)
Fix coding style for else statements
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/find')
-rw-r--r--src/plugins/find/currentdocumentfind.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/find/currentdocumentfind.cpp b/src/plugins/find/currentdocumentfind.cpp
index c6b7e2940e9..16481b98c1c 100644
--- a/src/plugins/find/currentdocumentfind.cpp
+++ b/src/plugins/find/currentdocumentfind.cpp
@@ -246,8 +246,7 @@ void CurrentDocumentFind::aggregationChanged()
m_candidateWidget = m_currentWidget;
m_candidateFind = currentFind;
acceptCandidate();
- }
- else {
+ } else {
clearFindSupport();
}
}