Widened default line width to 30

git-svn-id: svn://10.0.0.236/trunk@71237 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waldemar%netscape.com
2000-06-01 03:31:17 +00:00
parent b956242026
commit f20b60ea74
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ static void readEvalPrint(FILE *in, World &world)
StmtNode *parsedStatements = p.parseProgram();
ASSERT(p.lexer.peek(true).hasKind(Token::end));
{
PrettyPrinter f(stdOut, 20);
PrettyPrinter f(stdOut, 30);
{
PrettyPrinter::Block b(f, 2);
f << "Program =";