R=rsc
DELTA=3 (0 added, 0 deleted, 3 changed)
OCL=34654
CL=34656
p.print(s.Pos(), token.LBRACE);
if len(s.List) > 0 {
p.stmtList(s.List);
- p.print(newline);
+ p.print(formfeed);
}
p.print(s.Rbrace, token.RBRACE);
}
if len(s.List) > 0 {
for _, s := range s.List {
// s is one of *ast.CaseClause, *ast.TypeCaseClause, *ast.CommClause;
- p.print(newline);
+ p.print(formfeed);
p.stmt(s);
}
- p.print(newline);
+ p.print(formfeed);
}
p.print(s.Rbrace, token.RBRACE);
}