Widened default line width to 30

This commit is contained in:
waldemar%netscape.com 2000-06-01 03:31:17 +00:00
parent 5c440a5bc5
commit 767f3c1669
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 =";

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 =";