net: Remove the extra space

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-16 11:56:40 +08:00 committed by Alin Jerpelea
parent df246461ec
commit 5de49d2939
10 changed files with 52 additions and 52 deletions

View File

@ -143,7 +143,7 @@ FAR struct bluetooth_container_s *bluetooth_container_allocate(void)
{
net_unlock();
container = (FAR struct bluetooth_container_s *)
kmm_malloc((sizeof (struct bluetooth_container_s)));
kmm_malloc((sizeof(struct bluetooth_container_s)));
pool = BLUETOOTH_POOL_DYNAMIC;
}