new PartitionScanner version
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / phpdoc / PHPDocCharArrayCommentReader.java
index 4816997..5a06b54 100644 (file)
@@ -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 {