Fix spacing in swirl.
authorChris Lamb <chris@chris-lamb.co.uk>
Sun, 10 Aug 2008 05:03:54 +0000 (06:03 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:01 +0000 (17:48 +0100)
scripts/live-functions

index ff3d742..75c4d9e 100644 (file)
@@ -103,10 +103,10 @@ lang2locale() {
 # Override panic from scripts/functions
 panic() {
 
-       DEB_1="\033[1;31m .''\`. \033[0m"
+       DEB_1="\033[1;31m .''\`.  \033[0m"
        DEB_2="\033[1;31m: :'  : \033[0m"
        DEB_3="\033[1;31m\`. \`'\`  \033[0m"
-       DEB_4="\033[1;31m  \`-   \033[0m"
+       DEB_4="\033[1;31m  \`-    \033[0m"
 
        LIVELOG="\033[1;37m/live.log\033[0m"
        DEBUG="\033[1;37mdebug\033[0m"