AS2 indent fixed

This commit is contained in:
Honfika
2013-08-30 17:16:16 +02:00
parent 5e9ef55911
commit 92587bfdfd
2 changed files with 6 additions and 8 deletions
@@ -91,7 +91,7 @@ public class FunctionActionItem extends ActionItem {
}
ret += hilight(pname, highlight);
}
ret += hilight(")", highlight) + "\r\n" + hilight("{", highlight) + "\r\n" + Graph.graphToString(actions, highlight, constants) + "}";
ret += hilight(")", highlight) + "\r\n" + hilight("{", highlight) + "\r\n" + Graph.graphToString(actions, highlight, constants) + hilight("}", highlight);
return ret;
}