Skip to content

Commit e253112

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 07d221e commit e253112

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

drivers/clock_control/clock_control_nrf_iron_hsfll_local.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,11 @@ static int hsfll_init(const struct device *dev)
210210
}
211211

212212
static DEVICE_API(nrf_clock_control, hsfll_drv_api) = {
213-
.std_api = {
214-
.on = api_nosys_on_off,
215-
.off = api_nosys_on_off,
216-
},
213+
.std_api =
214+
{
215+
.on = api_nosys_on_off,
216+
.off = api_nosys_on_off,
217+
},
217218
.request = api_request_hsfll,
218219
.release = api_release_hsfll,
219220
.cancel_or_release = api_cancel_or_release_hsfll,

0 commit comments

Comments
 (0)