eeze_disk: Remove extra blank lines

NB: No functional changes
This commit is contained in:
Christopher Michael 2021-02-25 09:57:47 -05:00
parent 369f2b3d87
commit 691621336a
1 changed files with 0 additions and 2 deletions

View File

@ -174,11 +174,9 @@ eeze_disk_new(const char *path)
else if (!(dev = _new_device(path)))
return NULL;
if (!(disk = calloc(1, sizeof(Eeze_Disk))))
return NULL;
if (is_dev)
{
disk->devpath = eina_stringshare_add(path);