Author: [EMAIL PROTECTED]
Date: Fri Nov 28 01:08:13 2008
New Revision: 863

Modified:
    branches/bleeding_edge/src/regexp-macro-assembler.h

Log:
Lint lint lint.

Modified: branches/bleeding_edge/src/regexp-macro-assembler.h
==============================================================================
--- branches/bleeding_edge/src/regexp-macro-assembler.h (original)
+++ branches/bleeding_edge/src/regexp-macro-assembler.h Fri Nov 28 01:08:13  
2008
@@ -93,7 +93,9 @@
    virtual void CheckNotCharacterAfterMinusOr(uc16 c,
                                               uc16 minus_then_or_with,
                                               Label* on_not_equal) = 0;
-  virtual void CheckNotRegistersEqual(int reg1, int reg2, Label*  
on_not_equal) = 0;
+  virtual void CheckNotRegistersEqual(int reg1,
+                                      int reg2,
+                                      Label* on_not_equal) = 0;
    // Dispatch after looking the current character up in a byte map.  The
    // destinations vector has up to 256 labels.
    virtual void DispatchByteMap(

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to