aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem.cpp')
-rw-r--r--typesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/typesystem.cpp b/typesystem.cpp
index b31e8366c..b407f2e0b 100644
--- a/typesystem.cpp
+++ b/typesystem.cpp
@@ -982,7 +982,7 @@ bool Handler::startElement(const QString &, const QString &n,
const char* conversionFlag = NATIVE_CONVERSION_RULE_FLAG;
if (lang == TypeSystem::TargetLangCode)
conversionFlag = TARGET_CONVERSION_RULE_FLAG;
-
+
QFile conversionSource(sourceFile);
if (conversionSource.open(QIODevice::ReadOnly | QIODevice::Text)) {
topElement.entry->setConversionRule(conversionFlag + QString::fromUtf8(conversionSource.readAll()));