Fix code style
This commit is contained in:
		@@ -135,12 +135,10 @@ enum config_parser_ret config_parser_get_line(config_parser_handle_t handle, str
 | 
				
			|||||||
			return CONFIG_PARSER_LINE_MALFORM;
 | 
								return CONFIG_PARSER_LINE_MALFORM;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
		token_round++;
 | 
							token_round++;
 | 
				
			||||||
		strtok(NULL, token_delim);
 | 
							strtok(NULL, token_delim);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
	return CONFIG_PARSER_OK;
 | 
						return CONFIG_PARSER_OK;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -139,7 +139,8 @@ static int sdio_switch_appmode_cmd55()
 | 
				
			|||||||
	return -1;
 | 
						return -1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum acmd41_ret sdio_init_card_acmd41(uint8_t HCS){
 | 
					enum acmd41_ret sdio_init_card_acmd41(uint8_t HCS)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
	uint32_t response;
 | 
						uint32_t response;
 | 
				
			||||||
	int retry = 0x20;
 | 
						int retry = 0x20;
 | 
				
			||||||
	if (sdio_switch_appmode_cmd55())
 | 
						if (sdio_switch_appmode_cmd55())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user