mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	clang format (#7017)
This commit is contained in:
		
							parent
							
								
									5ced2c7af9
								
							
						
					
					
						commit
						6cfb8e02a8
					
				
					 7 changed files with 48 additions and 52 deletions
				
			
		|  | @ -42,9 +42,7 @@ struct CaptureSession final { | |||
| 
 | ||||
| #define MEMBER(type, name, func)                                                                   \ | ||||
|     struct type##Deleter {                                                                         \ | ||||
|         void operator()(type* ptr) {                                                               \ | ||||
|             type##_##func(ptr);                                                                    \ | ||||
|         }                                                                                          \ | ||||
|         void operator()(type* ptr) { type##_##func(ptr); }                                         \ | ||||
|     };                                                                                             \ | ||||
|     std::unique_ptr<type, type##Deleter> name | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue