[FE training-materials-updates] sysdev-flash-filesystems: fix tab rendering in minted block

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Feb 9 15:13:23 CET 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=470cbc147861d1057b10a7370a3454384ac13d69

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

commit 470cbc147861d1057b10a7370a3454384ac13d69
Author: Luca Ceresoli <luca at lucaceresoli.net>
Date:   Wed Feb 8 16:12:19 2017 +0100

    sysdev-flash-filesystems: fix tab rendering in minted block
    
    There are tab characters in this minted block, and they get rendered
    as ^^I. Replace them with whitespaces as elsewhere.
    
    Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>


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

470cbc147861d1057b10a7370a3454384ac13d69
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 48b9d51..87696c4 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -166,7 +166,7 @@
 \begin{minted}[fontsize=\scriptsize]{perl}
         nand at 0,0 {
                 linux,mtd-name= "micron,mt29c4g96maz";
-		[...]
+                [...]
                 partition at 0 {
                         label = "SPL";
                         reg = <0 0x100000>;
@@ -175,7 +175,7 @@
                         label = "U-Boot";
                         reg = <0x100000 0x180000>;
                 };
-		[...]
+                [...]
                 partition at 0x780000 {
                         label = "Filesystem";
                         reg = <0x680000 0x1f980000>;




More information about the training-materials-updates mailing list