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
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user