Issue #185,#186 Indentation on onclip actions

This commit is contained in:
Jindra Pet��k
2013-07-09 16:31:00 +02:00
parent 9a9ae18051
commit fa8b78da09
14 changed files with 88 additions and 23 deletions
@@ -2174,7 +2174,7 @@ public class Graph {
* String used to unindent line when converting to string
*/
public static final String INDENTCLOSE = "INDENTCLOSE";
private static final String INDENT_STRING = " ";
public static final String INDENT_STRING = " ";
private static String tabString(int len) {
String ret = "";