From 192e086f668f6d72b98cf95960c9d85b9f9611ab Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Thu, 27 Nov 2025 16:25:37 +0530 Subject: [PATCH] lib/create: fix indentation in guestfs_impl_disk_create() Convert tabs to spaces and align parameters correctly. Signed-off-by: Susant Sahani --- lib/create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/create.c b/lib/create.c index 9801b7fdb..f1a16a19e 100644 --- a/lib/create.c +++ b/lib/create.c @@ -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;