kill superfluous returns at the end of void functions
This commit is contained in:
@@ -372,7 +372,6 @@ static void free_instance(struct fsck_instance *i)
|
||||
if (i->base_device)
|
||||
free(i->base_device);
|
||||
free(i);
|
||||
return;
|
||||
}
|
||||
|
||||
static struct fs_info *create_fs_device(const char *device, const char *mntpnt,
|
||||
|
||||
Reference in New Issue
Block a user