Prechádzať zdrojové kódy

Fixed indentations

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 rokov pred
rodič
commit
d10f4b4ed0
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      chapter07/functions.xml

+ 2 - 2
chapter07/functions.xml

@@ -36,9 +36,9 @@ FAILURE="echo -en \\033[1;31m"
 
 evaluate_retval()
 {
-	if [ $? = 0 ]
+        if [ $? = 0 ]
         then
-		print_status success
+                print_status success
         else
                 print_status failure
         fi