libsubid: Fix code style issues
This commit is contained in:
committed by
Alejandro Colomar
parent
b620b5d0d1
commit
df59088641
@@ -139,6 +139,7 @@ enum subid_status shadow_subid_list_owner_ranges(const char *owner, enum subid_t
|
||||
return SUBID_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
void shadow_subid_free(void *ptr) {
|
||||
void shadow_subid_free(void *ptr)
|
||||
{
|
||||
free(ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user