mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
lib/create: fix indentation in guestfs_impl_disk_create()
Convert tabs to spaces and align parameters correctly. Signed-off-by: Susant Sahani <ssahani@redhat.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
a3a4fc2ba9
commit
192e086f66
@@ -52,8 +52,8 @@ static int disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size,
|
||||
|
||||
int
|
||||
guestfs_impl_disk_create (guestfs_h *g, const char *filename,
|
||||
const char *format, int64_t size,
|
||||
const struct guestfs_disk_create_argv *optargs)
|
||||
const char *format, int64_t size,
|
||||
const struct guestfs_disk_create_argv *optargs)
|
||||
{
|
||||
const char *backingfile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user