mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	A few indent fixes
This commit is contained in:
		
							parent
							
								
									e5b8390f44
								
							
						
					
					
						commit
						cf85aab62f
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		|  | @ -22,7 +22,7 @@ | ||||||
| #include "backends/ilang/ilang_backend.h" | #include "backends/ilang/ilang_backend.h" | ||||||
| 
 | 
 | ||||||
| #ifndef _WIN32 | #ifndef _WIN32 | ||||||
| 	#include <sys/time.h> | #  include <sys/time.h> | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
|  |  | ||||||
|  | @ -25,8 +25,8 @@ | ||||||
| #include <time.h> | #include <time.h> | ||||||
| 
 | 
 | ||||||
| #ifndef _WIN32 | #ifndef _WIN32 | ||||||
| 	#include <sys/time.h> | #  include <sys/time.h> | ||||||
| 	#include <sys/resource.h> | #  include <sys/resource.h> | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| // from libs/sha1/sha1.h
 | // from libs/sha1/sha1.h
 | ||||||
|  |  | ||||||
|  | @ -261,7 +261,7 @@ void SHA1::read(std::istream &is, std::string &s, int max) | ||||||
|     is.read(sbuf, max); |     is.read(sbuf, max); | ||||||
|     s.assign(sbuf, is.gcount()); |     s.assign(sbuf, is.gcount()); | ||||||
| 
 | 
 | ||||||
| 	delete[] sbuf; |     delete[] sbuf; | ||||||
| } | } | ||||||
|   |   | ||||||
|   |   | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue