-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: i2c: fix CI CMakeStyle error #98729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
nordicjm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(optional) the spacing can be reduced to one e.g.
zephyr_library_sources_ifdef(CONFIG_GPIO_I2C_SWITCH gpio_i2c_switch.c)
instead of
zephyr_library_sources_ifdef(CONFIG_GPIO_I2C_SWITCH gpio_i2c_switch.c)
the values do not need to be aligned, e.g. see https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/CMakeLists.txt#L17
Replace CMAKE tabs with spaces Signed-off-by: Qingsong Gou <gouqs@hotmail.com>
283c1e1 to
120ae6d
Compare
|
|
@gmarull not sure why you added Hotfix? It doesn't seem to be blocking any other PRs. This will either way be going in as part of the next batch merge, since it already has Trivial. |
This is causing compliance to fail if the CMake is changed, apparently, so it fixes CI |



Replace CMAKE tabs with spaces