[RESEND PATCH] gen_initramfs.sh: replace spaces with tab

Antonio Alvarez Feijoo posted 1 patch 2 years, 1 month ago
usr/gen_initramfs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RESEND PATCH] gen_initramfs.sh: replace spaces with tab
Posted by Antonio Alvarez Feijoo 2 years, 1 month ago
Clean up indentation, replace spaces with tab.

Signed-off-by: Antonio Alvarez Feijoo <antonio.feijoo@suse.com>
---
 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 14b5782f961a..753b7ac28053 100755
--- a/usr/gen_initramfs.sh
+++ b/usr/gen_initramfs.sh
@@ -171,7 +171,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