diff mbox series

[2/5] initramfs-crypt-hook: fix inconsistent whitespace

Message ID 20250226095921.168962-3-ch@denx.de (mailing list archive)
State New
Headers show
Series Initramfs-crypt-hook patches, encryption on update | expand

Commit Message

Claudius Heine Feb. 26, 2025, 9:59 a.m. UTC
Signed-off-by: Claudius Heine <ch@denx.de>
---
 recipes-initramfs/initramfs-crypt-hook/files/local-top-complete | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Kiszka Feb. 27, 2025, 9:14 a.m. UTC | #1
On 26.02.25 10:59, Claudius Heine wrote:
> Signed-off-by: Claudius Heine <ch@denx.de>
> ---
>  recipes-initramfs/initramfs-crypt-hook/files/local-top-complete | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete
> index 54b8a6e..f1aa0d7 100644
> --- a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete
> +++ b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete
> @@ -262,7 +262,7 @@ for partition_set in $partition_sets; do
>  		;;
>  		*)
>  			panic "Unknown value ${partition_format}. Cannot create a encrypted partition !"
> -		 ;;
> +		;;
>  	esac
>  
>  	finalize_tpm2_encryption "$part_device"

Thanks, applied already.

Jan
diff mbox series

Patch

diff --git a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete
index 54b8a6e..f1aa0d7 100644
--- a/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete
+++ b/recipes-initramfs/initramfs-crypt-hook/files/local-top-complete
@@ -262,7 +262,7 @@  for partition_set in $partition_sets; do
 		;;
 		*)
 			panic "Unknown value ${partition_format}. Cannot create a encrypted partition !"
-		 ;;
+		;;
 	esac
 
 	finalize_tpm2_encryption "$part_device"