Fixed bad indentations (cosmetic)

This commit is contained in:
Jean-Pierre André 2017-02-11 08:53:20 +01:00
parent 32587b485c
commit fdefd8feba
2 changed files with 2 additions and 3 deletions

View File

@ -2215,7 +2215,7 @@ retry:
} else
written = ntfs_pwrite(vol->dev, wpos,
to_write, b);
}
}
} else
written = to_write;
/* If everything ok, update progress counters and continue. */

View File

@ -523,8 +523,7 @@ static int entersecurity_data(ntfs_volume *vol,
*/
res = ntfs_attr_shrink_size(vol->secure_ni,STREAM_SDS,
4, offs - gap + ALIGN_SDS_BLOCK + fullsz);
}
else
} else
errno = ENOSPC;
free(fullattr);
} else