diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-10 16:49:24 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-10 16:49:24 +0200 |
commit | 2a8f2296816488a39baab57148734e840502cfb9 (patch) | |
tree | a667c1fdddfe40825c7615c67c14d709a088ffb3 | |
parent | b215e4e99040e2da6492fd7ad71a1a0c9ad11057 (diff) |
Whitespace.
-rw-r--r-- | dw/hyphenator.cc | 2 |
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; } |