mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
(no message)
This commit is contained in:
@@ -45,7 +45,7 @@ public class FormatterUtil {
|
||||
while (wsCandidate != null && isSpaceTextElement(wsCandidate)) {
|
||||
result.append(wsCandidate.getText());
|
||||
final TreeElement newValue = getWsCandidate(wsCandidate);
|
||||
if (wsCandidate == newValue) break;
|
||||
if (wsCandidate.getStartOffset() == newValue.getStartOffset()) break;
|
||||
wsCandidate = newValue;
|
||||
}
|
||||
return result.toString();
|
||||
|
||||
Reference in New Issue
Block a user