mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	clang-format: Fix coding style
This commit is contained in:
		
							parent
							
								
									7acc5c8f30
								
							
						
					
					
						commit
						4d5e42240c
					
				| @ -40,7 +40,7 @@ namespace Pica { | |||||||
| //       field offset. Otherwise, the compiler will fail to compile this code.
 | //       field offset. Otherwise, the compiler will fail to compile this code.
 | ||||||
| #define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index)                             \ | #define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index)                             \ | ||||||
|     ((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name),               \ |     ((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name),               \ | ||||||
|                               size_t>::type) PICA_REG_INDEX(field_name)) |                               size_t>::type)PICA_REG_INDEX(field_name)) | ||||||
| #endif // _MSC_VER
 | #endif // _MSC_VER
 | ||||||
| 
 | 
 | ||||||
| struct Regs { | struct Regs { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Yuri Kunde Schlesner
						Yuri Kunde Schlesner