Fix lint.
authorerikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Jun 2012 12:32:14 +0000 (12:32 +0000)
committererikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Jun 2012 12:32:14 +0000 (12:32 +0000)
Review URL: http://codereview.chromium.org/10542100

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

src/jsregexp.cc

index 2ab80c9..8f5ef1f 100644 (file)
@@ -2762,7 +2762,7 @@ RegExpNode* ChoiceNode::FilterASCII(int depth) {
       return this;
     }
   }
-      
+
   int surviving = 0;
   RegExpNode* survivor = NULL;
   for (int i = 0; i < choice_count; i++) {