profiles: Fix function definition style
authorFrédéric Danis <frederic.danis@collabora.com>
Tue, 30 Aug 2022 14:47:34 +0000 (16:47 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
commita3e7dcea2f472b4cd067e63b01ab1603ba5e8417
tree27ef387e5275ed6b871087c67ab6560216819d9c
parenta7134c706e9dac262bcdbaf31e331f5648a04f0d
profiles: Fix function definition style

This was found by checkpatch in previous commit:
WARNING:SPACING: Unnecessary space before function pointer arguments
124: FILE: src/shared/bap.h:123:
+ int (*select) (struct bt_bap_pac *lpac, struct bt_bap_pac *rpac,

Do the same for (*config) and (*clear) for consistence.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/bap.h