format code

This commit is contained in:
honfika@gmail.com
2014-11-16 15:30:27 +01:00
parent 4246b92e85
commit 6d3974db53
30 changed files with 1484 additions and 1490 deletions

View File

@@ -159,7 +159,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
return;
}
for (Highlighting h : traitHighlights) {
if (h.getProperties().index == lastTraitIndex) {
if (h.getProperties().index == lastTraitIndex) {
Highlighting h2 = Highlighting.searchOffset(highlights, offset, h.startPos, h.startPos + h.len);
if (h2 != null) {
ignoreCarret = true;