From 215ae566d8e22e52e214ca9f5a6af20c7c0abd6f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 2 Aug 2021 16:45:45 +0100 Subject: [PATCH] x-wic.inc: Expand tabs for consistency Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/conf/distro/include/x-wic.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ohos-core/conf/distro/include/x-wic.inc b/meta-ohos-core/conf/distro/include/x-wic.inc index f773cd2e..ac843b04 100644 --- a/meta-ohos-core/conf/distro/include/x-wic.inc +++ b/meta-ohos-core/conf/distro/include/x-wic.inc @@ -45,7 +45,7 @@ WIC_APPDATA_PARTITION_EXTRA_ARGS ??= "" WIC_ROOTA_PARTITION ?= "part / --source rootfs --use-uuid --fstype=${ROOT_FSTYPE} \ ${@bb.utils.contains('ROOT_FSTYPE', 'ext4', '--mkfs-extraopts \'-T default\'', '', d)} \ --align 4096 --fixed-size ${ROOTA_PARTITION_SIZE} \ - ${WIC_ROOTA_PARTITION_EXTRA_ARGS}" + ${WIC_ROOTA_PARTITION_EXTRA_ARGS}" WIC_ROOTB_PARTITION ?= "part / --source rootfs --use-uuid --fstype=${ROOT_FSTYPE} \ ${@bb.utils.contains('ROOT_FSTYPE', 'ext4', '--mkfs-extraopts \'-T default\'', '', d)} \ --align 4096 --fixed-size ${ROOTB_PARTITION_SIZE} \ -- GitLab