Searched refs:followedByUnindent (Results 1 – 1 of 1) sorted by relevance
610 boolean followedByUnindent = isFollowedByUnindent(diffElements, diffIndex); in applyAddedDiffElement()613 if ((!nextIsNewLine && !nextIsRightBrace) || followedByUnindent) { in applyAddedDiffElement()614 … originalIndex = adjustIndentation(indentation, nodeText, originalIndex, followedByUnindent); in applyAddedDiffElement()751 …<TokenTextElement> indentation, NodeText nodeText, int nodeTextIndex, boolean followedByUnindent) { in adjustIndentation() argument755 } else if (followedByUnindent) { in adjustIndentation()