[FE training-materials-updates] sysdev-embedded-linux: fix spacing problem in Buildroot example

thomas.petazzoni at free-electrons.com thomas.petazzoni at free-electrons.com
Thu Mar 15 16:50:26 CET 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=2cf3cce1a76816e968c316088997458be5ac3898

commit 2cf3cce1a76816e968c316088997458be5ac3898
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Mar 15 16:50:01 2012 +0100

    sysdev-embedded-linux: fix spacing problem in Buildroot example

diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index 601110c..e21e94e 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -1520,12 +1520,12 @@ Contents of \code{usr/lib} after installation of {\em libpng} and {\em
 \begin{block}{}
 \begin{verbatim}
 config BR2_PACKAGE_GQVIEW
-	bool "gqview"
-	depends on BR2_PACKAGE_LIBGTK2
-	help
-	  GQview is an image viewer for Unix operating systems
+        bool "gqview"
+        depends on BR2_PACKAGE_LIBGTK2
+        help
+          GQview is an image viewer for Unix operating systems
 
-	  http://prdownloads.sourceforge.net/gqview
+          http://prdownloads.sourceforge.net/gqview
 \end{verbatim}
 \end{block}
 \normalsize

-----------------------------------------------------------------------

Summary of changes:
 .../sysdev-embedded-linux.tex                      |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


More information about the training-materials-updates mailing list