mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Indent fixes
This commit is contained in:
		
							parent
							
								
									603ef89dad
								
							
						
					
					
						commit
						71b8789803
					
				
					 3 changed files with 61 additions and 61 deletions
				
			
		|  | @ -8,7 +8,7 @@ | |||
| #include "video_core/utils.h" | ||||
| 
 | ||||
| namespace VideoCore { | ||||
|     /**
 | ||||
| /**
 | ||||
|  * Dumps a texture to TGA | ||||
|  * @param filename String filename to dump texture to | ||||
|  * @param width Width of texture in pixels | ||||
|  | @ -16,7 +16,7 @@ namespace VideoCore { | |||
|  * @param raw_data Raw RGBA8 texture data to dump | ||||
|  * @todo This should be moved to some general purpose/common code | ||||
|  */ | ||||
|     void DumpTGA(std::string filename, int width, int height, u8* raw_data) { | ||||
| void DumpTGA(std::string filename, int width, int height, u8* raw_data) { | ||||
|     TGAHeader hdr; | ||||
|     FILE* fout; | ||||
|     u8 r, g, b; | ||||
|  | @ -40,5 +40,5 @@ namespace VideoCore { | |||
|         } | ||||
|     } | ||||
|     fclose(fout); | ||||
|     } | ||||
| } | ||||
| } // namespace
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue