[PATCH v2 02/15] guestfs: fix Kconfig indentation style

Daniel Gomez <[email protected]> Wed, 29 Oct 2025 13:40:44 +0100
Newsgroups dev.linux.lists.kdevops
Message-ID <[email protected]>
From: Daniel Gomez <[email protected]>

Fix help text indentation in Kconfig.guestfs to use tabs consistently
instead of mixed tabs and spaces. Kconfig style requires tabs for
indentation with tab+2spaces acceptable for help text continuation.

Signed-off-by: Daniel Gomez <[email protected]>
---
 kconfigs/Kconfig.guestfs | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/kconfigs/Kconfig.guestfs b/kconfigs/Kconfig.guestfs
index d0ac66fc..451c3d38 100644
--- a/kconfigs/Kconfig.guestfs
+++ b/kconfigs/Kconfig.guestfs
@@ -194,9 +194,9 @@ config GUESTFS_DEBIAN_IMAGE_NAME
 	default "debian-12" if GUESTFS_DEBIAN_BUSTER
 
 config GUESTFS_DEBIAN_BOX_SHORT
-        string
-        default "debian13" if GUESTFS_DEBIAN_TRIXIE
-        default "debian12" if GUESTFS_DEBIAN_BUSTER
+	string
+	default "debian13" if GUESTFS_DEBIAN_TRIXIE
+	default "debian12" if GUESTFS_DEBIAN_BUSTER
 
 config GUESTFS_DEBIAN_COPY_HOST_SOURCES
 	bool
@@ -223,14 +223,14 @@ config GUESTFS_DEBIAN_COPY_HOST_SOURCES
 endif # GUESTFS_DEBIAN
 
 config VIRT_BUILDER_OS_VERSION
-       string "virt-builder os-version"
-       default "fedora-39" if GUESTFS_FEDORA
-       default GUESTFS_DEBIAN_IMAGE_NAME if GUESTFS_DEBIAN
-       help
-         Have virt-builder use this os-version string to
-         build a root image for the guest. Run "virt-builder -l"
-         to get a list of operating systems and versions supported
-         by guestfs.
+	string "virt-builder os-version"
+	default "fedora-39" if GUESTFS_FEDORA
+	default GUESTFS_DEBIAN_IMAGE_NAME if GUESTFS_DEBIAN
+	help
+	  Have virt-builder use this os-version string to
+	  build a root image for the guest. Run "virt-builder -l"
+	  to get a list of operating systems and versions supported
+	  by guestfs.
 
 choice
 	prompt "Guestfs bringup debug mode"

-- 
2.51.0