Revision: 11640
Author:   [email protected]
Date:     Thu May 24 01:09:21 2012
Log:      Fix lint check.

[email protected]
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10447008
http://code.google.com/p/v8/source/detail?r=11640

Modified:
 /branches/bleeding_edge/src/mips/regexp-macro-assembler-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/regexp-macro-assembler-mips.cc Thu May 24 00:29:49 2012 +++ /branches/bleeding_edge/src/mips/regexp-macro-assembler-mips.cc Thu May 24 01:09:21 2012
@@ -833,7 +833,8 @@
         // Special case for zero-length matches.
         // t7: capture start index
         // Not a zero-length match, restart.
- __ Branch(&load_char_start_regexp, ne, current_input_offset(), Operand(t7));
+        __ Branch(
+ &load_char_start_regexp, ne, current_input_offset(), Operand(t7));
         // Offset from the end is zero if we already reached the end.
__ Branch(&exit_label_, eq, current_input_offset(), Operand(zero_reg));
         // Advance current position after a zero-length match.

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

Reply via email to