mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	abstract: Fix indentation
This commit is contained in:
		
							parent
							
								
									452dd1b74b
								
							
						
					
					
						commit
						d704ca8019
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -47,7 +47,7 @@ struct Slice {
 | 
			
		|||
	static int parse_index(const char *begin, const char *end, const std::string &slice) {
 | 
			
		||||
		int value = 0;
 | 
			
		||||
		auto result = std::from_chars(begin, end, value, 10);
 | 
			
		||||
        if (result.ptr != end || result.ptr == begin)
 | 
			
		||||
		if (result.ptr != end || result.ptr == begin)
 | 
			
		||||
			syntax_error(slice);
 | 
			
		||||
		return value;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue