# HG changeset patch # User one # Date 1283469713 -32400 # Node ID 1baccfe55597ee3230ee81ac11f2a7035853cb7a # Parent da8c1569b0c1fb76c84b15028255ed810330a72a pp fix diff -r da8c1569b0c1 -r 1baccfe55597 src/plparser/ArrayProperty.java --- a/src/plparser/ArrayProperty.java Thu Sep 02 18:39:15 2010 +0900 +++ b/src/plparser/ArrayProperty.java Fri Sep 03 08:21:53 2010 +0900 @@ -29,7 +29,7 @@ list.get(i).pp(out,indent+indent_step,flag); flag = 1; if (i1) indent(out,indent,1); + // if (list.size()>1) indent(out,indent,1); out.print(")"); } } diff -r da8c1569b0c1 -r 1baccfe55597 src/plparser/DictProperty.java --- a/src/plparser/DictProperty.java Thu Sep 02 18:39:15 2010 +0900 +++ b/src/plparser/DictProperty.java Fri Sep 03 08:21:53 2010 +0900 @@ -39,7 +39,7 @@ map.get(p).pp(out,indent+indent_step+2,0); if (i1) indent(out,indent,1); + // if (size>1) indent(out,indent,1); out.print("}"); } i++;