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:
iposva@chromium.org 2009-05-15 23:05:21 +00:00
parent b5c6dc35f9
commit 5b72959f3e

View File

@ -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);