Commit 5b72959f authored by iposva@chromium.org's avatar iposva@chromium.org

Remove space at end of line.



git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1979 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b5c6dc35
......@@ -122,8 +122,9 @@ void CodeGenerator::GenCode(FunctionLiteral* fun) {
__ int3();
}
#endif
{
// New scope to get automatic timing calculation.
{ // NOLINT
HistogramTimerScope codegen_timer(&Counters::code_generation);
CodeGenState state(this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment