summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index b2541a6..6ef321c 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -633,11 +633,11 @@ void RTFGenerator::endIndexSection(IndexSections is)
t << "\\par " << rtf_Style_Reset << endl;
if (fortranOpt)
{
- t << "{\\tc \\v " << theTranslator->trModulesIndex() << "}"<< endl;
+ t << "{\\tc \\v " << theTranslator->trModulesIndex() << "}" << endl;
}
else
{
- t << "{\\tc \\v " << theTranslator->trNamespaceIndex() << "}"<< endl;
+ t << "{\\tc \\v " << theTranslator->trNamespaceIndex() << "}" << endl;
}
t << "{\\field\\fldedit{\\*\\fldinst INCLUDETEXT \"namespaces.rtf\" \\\\*MERGEFORMAT}{\\fldrslt includedstuff}}\n";