[PATCH] gen_initramfs.sh: replace spaces with tab

From: Antonio Alvarez Feijoo
Date: Fri Jan 13 2023 - 10:50:09 EST


Clean up indentation, replace spaces with tab.

Signed-off-by: Antonio Alvarez Feijoo <antonio.feijoo@xxxxxxxx>
---
usr/gen_initramfs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr/gen_initramfs.sh b/usr/gen_initramfs.sh
index 63476bb70b41..159992a45196 100755
--- a/usr/gen_initramfs.sh
+++ b/usr/gen_initramfs.sh
@@ -170,7 +170,7 @@ input_file() {
print_mtime "$1" >> $cpio_list
cat "$1" >> $cpio_list
if [ -n "$dep_list" ]; then
- echo "$1 \\" >> $dep_list
+ echo "$1 \\" >> $dep_list
cat "$1" | while read type dir file perm ; do
if [ "$type" = "file" ]; then
echo "$file \\" >> $dep_list
--
2.35.3