aboutsummaryrefslogtreecommitdiff
path: root/test/liang.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/liang.cc')
-rw-r--r--test/liang.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/liang.cc b/test/liang.cc
index 4b756a60..71ed6210 100644
--- a/test/liang.cc
+++ b/test/liang.cc
@@ -5,7 +5,7 @@
void hyphenateWord (dw::core::Platform *p, const char *word)
{
dw::Hyphenator *h = dw::Hyphenator::getHyphenator (p, "de");
-
+
int numBreaks;
int *breakPos = h->hyphenateWord (word, &numBreaks);
for (int i = 0; i < numBreaks + 1; i++) {