Clang format

This commit is contained in:
ReFil 2022-06-23 11:20:53 +01:00
parent 590c0c6e4f
commit badf3271a2

View file

@ -272,7 +272,7 @@ static int zmk_rgb_underglow_init(const struct device *_arg) {
#endif
#if IS_ENABLED(CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB)
if(!zmk_usb_is_powered())
if (!zmk_usb_is_powered())
state.on = false;
#endif