Code style

This commit is contained in:
2020-02-22 09:02:59 -05:00
parent a8505cb8c1
commit 1ac8b40e3d
3 changed files with 4 additions and 8 deletions

View File

@@ -95,7 +95,6 @@ typedef int (*read_func_t)(struct vfile *, void *buf, size_t size);
typedef void (*close_func_t)(struct vfile *);
typedef struct vfile {
union {
int fd;
struct archive *arc;