libsubid: Fix code style issues

This commit is contained in:
Daniel Bershatsky
2024-06-12 21:45:31 +02:00
committed by Alejandro Colomar
parent b620b5d0d1
commit df59088641
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -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);
}