Skip to content

Commit 3aa1d8a

Browse files
restyled-commitstcarmelveilleux
authored andcommitted
Restyled by clang-format
1 parent 3e579f5 commit 3aa1d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/silabs/efr32/BLEManagerImpl.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@ CHIP_ERROR BLEManagerImpl::StartAdvertising(void)
587587
{
588588
++interval_max;
589589
}
590-
ChipLogProgress(DeviceLayer, "Starting advertising with interval_min=%u, intverval_max=%u (units of 625us)", static_cast<unsigned>(interval_min), static_cast<unsigned>(interval_max));
590+
ChipLogProgress(DeviceLayer, "Starting advertising with interval_min=%u, intverval_max=%u (units of 625us)",
591+
static_cast<unsigned>(interval_min), static_cast<unsigned>(interval_max));
591592
ret = sl_bt_advertiser_set_timing(advertising_set_handle, interval_min, interval_max, 0, 0);
592593
err = MapBLEError(ret);
593594
SuccessOrExit(err);

0 commit comments

Comments
 (0)