From: Ricardo Martincoski Date: Thu, 10 Mar 2016 23:38:15 +0000 (-0300) Subject: gptfdisk: indentation cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=678276ca0a77ce76989c7e282ddb9ed903dc7c7c;p=buildroot.git gptfdisk: indentation cleanup Signed-off-by: Ricardo Martincoski Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/gptfdisk/Config.in.host b/package/gptfdisk/Config.in.host index fb7c682d08..1300d024e5 100644 --- a/package/gptfdisk/Config.in.host +++ b/package/gptfdisk/Config.in.host @@ -2,10 +2,10 @@ config BR2_PACKAGE_HOST_GPTFDISK bool "host gptfdisk" select BR2_PACKAGE_HOST_UTIL_LINUX help - GPT fdisk (consisting of the gdisk and sgdisk programs) is a - text-mode partitioning tool that works on Globally Unique - Identifier (GUID) Partition Table (GPT) disks, rather than - on the more common (through 2010) Master Boot Record (MBR) - partition tables. + GPT fdisk (consisting of the gdisk and sgdisk programs) is a + text-mode partitioning tool that works on Globally Unique + Identifier (GUID) Partition Table (GPT) disks, rather than + on the more common (through 2010) Master Boot Record (MBR) + partition tables. - http://www.rodsbooks.com/gdisk/ + http://www.rodsbooks.com/gdisk/