[bootlin/training-materials updates] master: slides/buildroot-internals: remove bogus tabs (39b65dfa)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Oct 18 23:37:00 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/39b65dfa85cc15eaf1ece77d5498c0e6ffb1bda0

>---------------------------------------------------------------

commit 39b65dfa85cc15eaf1ece77d5498c0e6ffb1bda0
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Mon Oct 18 23:37:00 2021 +0200

    slides/buildroot-internals: remove bogus tabs
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

39b65dfa85cc15eaf1ece77d5498c0e6ffb1bda0
 slides/buildroot-internals/buildroot-internals.tex | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/slides/buildroot-internals/buildroot-internals.tex b/slides/buildroot-internals/buildroot-internals.tex
index 2a8bdd0f..52f1999d 100644
--- a/slides/buildroot-internals/buildroot-internals.tex
+++ b/slides/buildroot-internals/buildroot-internals.tex
@@ -410,11 +410,11 @@ endif
 $(1)-install-target:            $$($(2)_TARGET_INSTALL_TARGET)
 $$($(2)_TARGET_INSTALL_TARGET): $$($(2)_TARGET_BUILD)
 
-$(1)-install-staging:			$$($(2)_TARGET_INSTALL_STAGING)
-$$($(2)_TARGET_INSTALL_STAGING):	$$($(2)_TARGET_BUILD)
+$(1)-install-staging:                   $$($(2)_TARGET_INSTALL_STAGING)
+$$($(2)_TARGET_INSTALL_STAGING):        $$($(2)_TARGET_BUILD)
 
-$(1)-install-images:		$$($(2)_TARGET_INSTALL_IMAGES)
-$$($(2)_TARGET_INSTALL_IMAGES):	$$($(2)_TARGET_BUILD)
+$(1)-install-images:            $$($(2)_TARGET_INSTALL_IMAGES)
+$$($(2)_TARGET_INSTALL_IMAGES): $$($(2)_TARGET_BUILD)
 \end{minted}
 \end{block}
     \column{0.5\textwidth}
@@ -788,7 +788,7 @@ rootfs-common: $(ROOTFS_COMMON_DEPENDENCIES) target-finalize
         cat $(ROOTFS_USERS_TABLES) >> $(ROOTFS_FULL_USERS_TABLE)
         $(call PRINTF,$(PACKAGES_PERMISSIONS_TABLE)) > $(ROOTFS_FULL_DEVICES_TABLE)
         cat $(ROOTFS_DEVICE_TABLES) >> $(ROOTFS_FULL_DEVICES_TABLE)
-	$(call PRINTF,$(PACKAGES_DEVICES_TABLE)) >> $(ROOTFS_FULL_DEVICES_TABLE)
+        $(call PRINTF,$(PACKAGES_DEVICES_TABLE)) >> $(ROOTFS_FULL_DEVICES_TABLE)
 \end{minted}
   \end{block}
 \end{frame}




More information about the training-materials-updates mailing list