From kde-commits Wed Jul 08 19:52:06 2009 From: Pino Toscano Date: Wed, 08 Jul 2009 19:52:06 +0000 To: kde-commits Subject: KDE/kdelibs/kdecore/kconfig_compiler Message-Id: <1247082726.691660.14390.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124708458610325 SVN commit 993505 by pino: remove extra space in generated code M +1 -1 kconfig_compiler.cpp --- trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp #993504:993505 @@ -1113,7 +1113,7 @@ out << "}" << endl << endl; } - out << "if (!" << This << "isImmutable( QString::fromLatin1 ( \""; + out << "if (!" << This << "isImmutable( QString::fromLatin1( \""; if (!e->param().isEmpty()) { out << e->paramName().replace("$("+e->param()+")", "%1") << "\" ).arg( ";