Quick lint fix
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Sep 2008 10:37:57 +0000 (10:37 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Sep 2008 10:37:57 +0000 (10:37 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@269 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/codegen-ia32.cc

index 786aa419d2bc2b3dbd7ff1d26b91c4683084c695..a0f0e51aaf6daf8a707de73c22b3682e70a522aa 100644 (file)
@@ -918,7 +918,6 @@ void VariableProxy::GenerateStoreCode(MacroAssembler* masm,
                                       Scope* scope,
                                       Reference* ref,
                                       InitState init_state) {
-
   Comment cmnt(masm, "[ Store to VariableProxy");
   Variable* node = var();