Skip to content
Snippets Groups Projects
Commit 7c4f0ff8 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

udoo: neo: Fix indentation


The standard way is to put ifdef/endif in the very first column.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 696386e5
No related branches found
No related tags found
No related merge requests found
......@@ -349,9 +349,9 @@ int board_init(void)
/* Active high for ncp692 */
gpio_direction_output(IMX_GPIO_NR(4, 16) , 1);
#ifdef CONFIG_SYS_I2C_MXC
#ifdef CONFIG_SYS_I2C_MXC
setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
#endif
#endif
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment