http://codereview.chromium.org/131101/diff/1/2
File src/prettyprinter.cc (right):

http://codereview.chromium.org/131101/diff/1/2#newcode1183
Line 1183: Print(text);
On 2009/06/19 10:20:11, Michail Naganov wrote:
> Hint: You can write Print("%*s", indent_, text) (use field width to
indent with
> spaces).

Sorry, I misguided you, the right code is: Print("%*s%s", indent_, "",
text)

http://codereview.chromium.org/131101

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to