DEFINE_TRIVIAL_CLEANUP_FUNC(Partition*, partition_free);
-static Context *context_new(sd_id128_t seed) {
+static Context* context_new(sd_id128_t seed) {
Context *context;
context = new(Context, 1);
context->n_free_areas = 0;
}
-static Context *context_free(Context *context) {
+static Context* context_free(Context *context) {
if (!context)
return NULL;
return t->path;
}
-static PartitionTarget *partition_target_free(PartitionTarget *t) {
+static PartitionTarget* partition_target_free(PartitionTarget *t) {
if (!t)
return NULL;