mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	CFGU: Indentation
This commit is contained in:
		
							parent
							
								
									6f304d3b00
								
							
						
					
					
						commit
						f080e3ccfa
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -43,10 +43,9 @@ ResultCode GetConfigInfoBlock(u32 block_id, u32 size, u32 flag, u8* output) { | |||
|     SaveFileConfig* config = reinterpret_cast<SaveFileConfig*>(cfg_config_file_buffer.data()); | ||||
| 
 | ||||
|     auto itr = std::find_if(std::begin(config->block_entries), std::end(config->block_entries), | ||||
|                             [&](const SaveConfigBlockEntry& entry) { | ||||
|                                 return entry.block_id == block_id && entry.size == size &&  | ||||
|                                        (entry.flags & flag); | ||||
|     }); | ||||
|             [&](const SaveConfigBlockEntry& entry) { | ||||
|                 return entry.block_id == block_id && entry.size == size && (entry.flags & flag); | ||||
|             }); | ||||
| 
 | ||||
|     if (itr == std::end(config->block_entries)) { | ||||
|         LOG_ERROR(Service_CFG, "Config block %u with size %u and flags %u not found", block_id, size, flag); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue