X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/phpdoc/PHPDocCharArrayCommentReader.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/phpdoc/PHPDocCharArrayCommentReader.java index 4816997..5a06b54 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/phpdoc/PHPDocCharArrayCommentReader.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/phpdoc/PHPDocCharArrayCommentReader.java @@ -46,7 +46,7 @@ public class PHPDocCharArrayCommentReader extends SingleCharReader { if (fWasNewLine) { do { ch = fCharArray[fCurrPos++]; - } while (fCurrPos < fEndPos && Character.isWhitespace(ch)); + } while (fCurrPos < fEndPos &&Character.isWhitespace(ch)); if (ch == '*') { if (fCurrPos < fEndPos) { do {