diff options
author | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
commit | 31cb72fdf49546055d77a85a6f6bda1e6faad705 (patch) | |
tree | 7aec6b43b3d4b97fa3ace90bf012b1b3c845a89a /dw/hyphenator.cc | |
parent | 794907e571d19dca3c2e093c5964c157ffbc6342 (diff) |
trim some spaces
Diffstat (limited to 'dw/hyphenator.cc')
-rw-r--r-- | dw/hyphenator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/hyphenator.cc b/dw/hyphenator.cc index 9e5e2b29..5cb16fff 100644 --- a/dw/hyphenator.cc +++ b/dw/hyphenator.cc @@ -1,7 +1,7 @@ /* * Dillo Widget * - * Copyright 2012-2013 Sebastian Geerken <sgeerken@dillo.org>, + * Copyright 2012-2013 Sebastian Geerken <sgeerken@dillo.org>, * Johannes Hofmann <Johannes.Hofmann@gmx.de> * * This program is free software; you can redistribute it and/or modify @@ -253,7 +253,7 @@ int *Hyphenator::hyphenateWord(core::Platform *platform, while (true) { while (wordLc[start] && !isCharPartOfActualWord (wordLc + start)) start = platform->nextGlyph (wordLc, start); - + if (wordLc[start] == 0) break; |