Remove some craaaazy trailing whitespace.
authordeanm@chromium.org <deanm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Sep 2008 11:41:58 +0000 (11:41 +0000)
committerdeanm@chromium.org <deanm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Sep 2008 11:41:58 +0000 (11:41 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@397 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/assembler-arm.cc

index cc8227e..3307760 100644 (file)
@@ -467,7 +467,7 @@ void Assembler::bind_to(Label* L, int pos) {
 
   // Keep track of the last bound label so we don't eliminate any instructions
   // before a bound label.
-  if (pos > last_bound_pos_)  
+  if (pos > last_bound_pos_)
     last_bound_pos_ = pos;
 }