Skip to content

Commit

Permalink
[Accton][as7535-28xb] Modify the code layout
Browse files Browse the repository at this point in the history
1. Indent after an if statement to fit the Linux coding sytle.

Signed-off-by: Alex Lai <[email protected]>
  • Loading branch information
Alex Lai committed Aug 26, 2024
1 parent 35786ec commit 58ed2e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static struct as7535_28xb_sys_data *as7535_28xb_sys_update_ver(
data->valid = 0;

if(attr->index == FPGA_VER)
data->ipmi_tx_data[0] = 0x60;
data->ipmi_tx_data[0] = 0x60;
else if(attr->index == CPU_CPLD_VER)
data->ipmi_tx_data[0] = 0x65;
else
Expand Down

0 comments on commit 58ed2e8

Please sign in to comment.