From 2a8f2296816488a39baab57148734e840502cfb9 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sat, 10 May 2014 16:49:24 +0200 Subject: Whitespace. --- dw/hyphenator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/hyphenator.cc') 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; } -- cgit v1.2.3