Skip to content

Commit 42808df

Browse files
committed
[nrf noup] drivers: clock control: formatting fix
Fix formatting issue from upstream commit. Signed-off-by: Łukasz Stępnicki <[email protected]>
1 parent 2602d2c commit 42808df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/clock_control/clock_control_nrf_iron_hsfll_local.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ static int hsfll_init(const struct device *dev)
211211

212212
static DEVICE_API(nrf_clock_control, hsfll_drv_api) = {
213213
.std_api = {
214-
.on = api_nosys_on_off,
215-
.off = api_nosys_on_off,
216-
},
214+
.on = api_nosys_on_off,
215+
.off = api_nosys_on_off,
216+
},
217217
.request = api_request_hsfll,
218218
.release = api_release_hsfll,
219219
.cancel_or_release = api_cancel_or_release_hsfll,

0 commit comments

Comments
 (0)