File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,16 +83,16 @@ class Regex {
8383    }
8484    std::list<SMatch> searchAll (const  std::string& s) const ;
8585    RegexResult searchOneMatch (const  std::string& s, std::vector<SMatchCapture>& captures) const ;
86-     RegexResult searchOneMatch (const  std::string& s, std::vector<SMatchCapture>& captures, unsigned  long  match_limit  ) const ;
86+     RegexResult searchOneMatch (const  std::string& s, std::vector<SMatchCapture>& captures, unsigned  long  match_limit) const ;
8787    RegexResult searchGlobal (const  std::string& s, std::vector<SMatchCapture>& captures) const ;
88-     RegexResult searchGlobal (const  std::string& s, std::vector<SMatchCapture>& captures, unsigned  long  match_limit  ) const ;
88+     RegexResult searchGlobal (const  std::string& s, std::vector<SMatchCapture>& captures, unsigned  long  match_limit) const ;
8989    int  search (const  std::string &s, SMatch *match) const ;
9090    int  search (const  std::string &s) const ;
9191
9292    const  std::string pattern;
9393 private: 
9494    unsigned  long  get_default_match_limit () const ;
95-     RegexResult to_regex_result (  int  pcre_exec_result  ) const ;
95+     RegexResult to_regex_result (int  pcre_exec_result) const ;
9696
9797#if  WITH_PCRE2
9898    pcre2_code *m_pc;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments