summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-10 16:49:24 +0200
committerSebastian Geerken <devnull@localhost>2014-05-10 16:49:24 +0200
commit2a8f2296816488a39baab57148734e840502cfb9 (patch)
treea667c1fdddfe40825c7615c67c14d709a088ffb3
parentb215e4e99040e2da6492fd7ad71a1a0c9ad11057 (diff)
Whitespace.
-rw-r--r--dw/hyphenator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/hyphenator.cc b/dw/hyphenator.cc
index 819cc9b0..2811a818 100644
--- a/dw/hyphenator.cc
+++ b/dw/hyphenator.cc
@@ -244,7 +244,7 @@ bool Hyphenator::isCharPartOfActualWord (char *s)
int *Hyphenator::hyphenateWord(core::Platform *platform,
const char *word, int *numBreaks)
{
- if ((trie == NULL && exceptions ==NULL) || !isHyphenationCandidate (word)) {
+ if ((trie == NULL && exceptions == NULL) || !isHyphenationCandidate (word)) {
*numBreaks = 0;
return NULL;
}