Skip to content

Commit 8e894d6

Browse files
committed
Fix formatting
1 parent 1d90836 commit 8e894d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/nimble_blecent/peer.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,8 @@ peer_svc_find_uuid(FAR const struct peer *peer, FAR const ble_uuid_t *uuid)
599599

600600
const struct peer_chr *
601601
peer_chr_find_uuid(FAR const struct peer *peer,
602-
FAR const ble_uuid_t *svc_uuid, FAR const ble_uuid_t *chr_uuid)
602+
FAR const ble_uuid_t *svc_uuid,
603+
FAR const ble_uuid_t *chr_uuid)
603604
{
604605
const struct peer_svc *svc;
605606
const struct peer_chr *chr;

0 commit comments

Comments
 (0)