mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 08:51:04 +00:00
fixed line length for function toString
This commit is contained in:
parent
36b17e53e7
commit
82d4fe75cf
@ -194,7 +194,7 @@ namespace MetaData {
|
||||
break;
|
||||
}
|
||||
StringFormatter sFmt;
|
||||
PrettyPrinter pp(sFmt);
|
||||
PrettyPrinter pp(sFmt, 80);
|
||||
fnDef->print(pp, NULL, true);
|
||||
pp.end();
|
||||
fnInst->sourceText = engine->allocStringPtr(&sFmt.getString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user