summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 80af53d..7cf2c26 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -965,11 +965,11 @@ void LatexGenerator::docify(const char *str)
c = *p++;
t << (char)c;
}
- else // ascii char => see if we can insert hypenation hint
- {
- if (isupper(c) && islower(pc) && !insideTabbing) t << "\\-";
- t << (char)c;
- }
+ }
+ else // ascii char => see if we can insert hypenation hint
+ {
+ if (isupper(c) && islower(pc) && !insideTabbing) t << "\\-";
+ t << (char)c;
}
}
else // language is other than japanese