libsubid: Fix code style issues
This commit is contained in:
committed by
Alejandro Colomar
parent
b620b5d0d1
commit
df59088641
+2
-1
@@ -42,7 +42,8 @@ bool subid_init(const char *progname, FILE * logfd)
|
||||
return true;
|
||||
}
|
||||
|
||||
void subid_free(void *ptr) {
|
||||
void subid_free(void *ptr)
|
||||
{
|
||||
free_subid_pointer(ptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user