summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2012-11-28 20:28:42 +0200
committerhjk <qthjk@ovi.com>2012-11-28 20:17:51 +0100
commit3747e941ad79f64e28c78c83a840783eb3edfd6f (patch)
treec736b756d033bb57003f665f7c2e2bf907019886 /src/libs/extensionsystem
parent50417fd92a1082a9542dc41c24ee1ec2e73d44e2 (diff)
downloadqt-creator-3747e941ad79f64e28c78c83a840783eb3edfd6f.tar.gz
Clean up whitespace before EOL
Change-Id: I385544a10b9be66589b0d1a48594128035836c8a Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/libs/extensionsystem')
-rw-r--r--src/libs/extensionsystem/pluginmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/extensionsystem/pluginmanager.cpp b/src/libs/extensionsystem/pluginmanager.cpp
index 7987be6103..0887d65c80 100644
--- a/src/libs/extensionsystem/pluginmanager.cpp
+++ b/src/libs/extensionsystem/pluginmanager.cpp
@@ -133,7 +133,7 @@ enum { debugLeaks = 0 };
invokable methods of the "provider" object in the object pool.
The \c{ExtensionSystem::invoke} function template encapsulates
- {ExtensionSystem::Invoker} construction for the common case where
+ {ExtensionSystem::Invoker} construction for the common case where
the success of the call is not checked.
\code