mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Undo formatting change.
This commit is contained in:
		
							parent
							
								
									bce984fa60
								
							
						
					
					
						commit
						058973faee
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -308,7 +308,7 @@ namespace RTLIL
 | 
				
			||||||
		bool operator!=(const char *rhs) const { return strcmp(c_str(), rhs) != 0; }
 | 
							bool operator!=(const char *rhs) const { return strcmp(c_str(), rhs) != 0; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		char operator[](size_t i) const {
 | 
							char operator[](size_t i) const {
 | 
				
			||||||
                  const char *p = c_str();
 | 
					                        const char *p = c_str();
 | 
				
			||||||
#ifndef NDEBUG
 | 
					#ifndef NDEBUG
 | 
				
			||||||
			for (; i != 0; i--, p++)
 | 
								for (; i != 0; i--, p++)
 | 
				
			||||||
				log_assert(*p != 0);
 | 
									log_assert(*p != 0);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue