net: Remove the extra space
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
df246461ec
commit
5de49d2939
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user