Remove space at end of line.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1979 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
b5c6dc35f9
commit
5b72959f3e
@ -123,7 +123,8 @@ void CodeGenerator::GenCode(FunctionLiteral* fun) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{
|
// New scope to get automatic timing calculation.
|
||||||
|
{ // NOLINT
|
||||||
HistogramTimerScope codegen_timer(&Counters::code_generation);
|
HistogramTimerScope codegen_timer(&Counters::code_generation);
|
||||||
CodeGenState state(this);
|
CodeGenState state(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user