File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ namespace xcpp
5050        return  false ;
5151    }
5252
53-     std::string find_type_slow (const  std::string& expression)  
53+     std::string find_type_slow (const  std::string& expression)
5454    {
5555        static  unsigned  long  long  var_count = 0 ;
5656
@@ -74,7 +74,7 @@ namespace xcpp
7474    static  nl::json read_tagconfs (const  char * path)
7575    {
7676        nl::json result = nl::json::array ();
77-         for  (const  auto & entry: std::filesystem::directory_iterator (path))
77+         for  (const  auto & entry  : std::filesystem::directory_iterator (path))
7878        {
7979            if  (entry.path ().extension () != " .json" 
8080            {
Original file line number Diff line number Diff line change @@ -63,4 +63,4 @@ namespace xcpp
6363    };
6464}
6565
66- #endif  //  XEUS_CPP_INSPECT_HPP
66+ #endif  //  XEUS_CPP_INSPECT_HPP
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments