mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-28 10:19:26 +00:00 
			
		
		
		
	Minor coding style fix
This commit is contained in:
		
							parent
							
								
									cb1d439d10
								
							
						
					
					
						commit
						2c04d883b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -350,7 +350,7 @@ std::string frontend_verilog_preproc(std::istream &f, std::string filename, cons | |||
| 		if (tok == "`include") { | ||||
| 			skip_spaces(); | ||||
| 			std::string fn = next_token(true); | ||||
| 			while(try_expand_macro(defines_with_args, defines_map, fn)) { | ||||
| 			while (try_expand_macro(defines_with_args, defines_map, fn)) { | ||||
| 				fn = next_token(); | ||||
| 			} | ||||
| 			while (1) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue