Fix presubmit error.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 24 Feb 2011 08:23:08 +0000 (08:23 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 24 Feb 2011 08:23:08 +0000 (08:23 +0000)
TBR=ricow@chromium.org
Review URL: http://codereview.chromium.org/6580026

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6921 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/arm/macro-assembler-arm.cc

index 29e6418..65c92f9 100644 (file)
@@ -2180,7 +2180,6 @@ void MacroAssembler::LoadContext(Register dst, int context_chain_length) {
     Check(eq, "Yo dawg, I heard you liked function contexts "
               "so I put function contexts in all your contexts");
   }
-
 }