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( ";