Fix presubmit error. Trailing whitespace.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 May 2010 13:57:55 +0000 (13:57 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 May 2010 13:57:55 +0000 (13:57 +0000)
TBR=erik.corry
Review URL: http://codereview.chromium.org/2224007

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

src/arm/codegen-arm.cc

index 056c743..c93bc6b 100644 (file)
@@ -72,7 +72,7 @@ static bool IsEasyToMultiplyBy(int x);
 // Platform-specific DeferredCode functions.
 
 void DeferredCode::SaveRegisters() {
-  // On ARM you either have a completely spilled frame or you 
+  // On ARM you either have a completely spilled frame or you
   // handle it yourself, but at the moment there's no automation
   // of registers and deferred code.
 }