gnu stylistic fix

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@238 379699f6-c40d-0410-875b-85095c16579e
stable
delwi 26 years ago
parent 0be30e62d1
commit af8be59950
  1. 3
      jode/jode/decompiler/TabbedPrintWriter.java

@ -111,7 +111,8 @@ public class TabbedPrintWriter {
else
println(" {");
else {
println();
if (!atbol)
println();
if (currentIndent > 0)
tab();
println("{");

Loading…
Cancel
Save