mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Hashlib indenting fix
This commit is contained in:
		
							parent
							
								
									38245b6733
								
							
						
					
					
						commit
						ace462237f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -136,8 +136,8 @@ struct hash_cstr_ops { | |||
| 	static inline unsigned int hash(const char *a) { | ||||
| 		unsigned int hash = mkhash_init; | ||||
| 		while (*a) | ||||
| 			 hash = mkhash(hash, *(a++)); | ||||
| 		 return hash; | ||||
| 			hash = mkhash(hash, *(a++)); | ||||
| 		return hash; | ||||
| 	} | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue