aboutsummaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-05-17 16:22:16 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:15:23 -0300
commit9c19e3c9d25e8d1b70e4bb578c381f45af621c91 (patch)
tree8fbb86577e2a59f9b2d2af11d242f00626ad5229 /generator
parent7bbf04b2e010781a18635b8f102505d405ad849c (diff)
Whitespace removal
Diffstat (limited to 'generator')
-rw-r--r--generator/cppgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/cppgenerator.cpp b/generator/cppgenerator.cpp
index 27d724b79..65e85b142 100644
--- a/generator/cppgenerator.cpp
+++ b/generator/cppgenerator.cpp
@@ -2320,7 +2320,7 @@ void CppGenerator::writeMethodCall(QTextStream& s, const AbstractMetaFunction* f
foreach (ArgumentModification arg_mod, refcount_mods) {
ReferenceCount refCount = arg_mod.referenceCounts.first();
if (refCount.action != ReferenceCount::Set
- && refCount.action != ReferenceCount::Remove
+ && refCount.action != ReferenceCount::Remove
&& refCount.action != ReferenceCount::Add) {
ReportHandler::warning("\"set\", \"add\" and \"remove\" are the only values supported by Shiboken for action attribute of reference-count tag.");
continue;