From 41765d502d8cba3e55fea48e1144087acacfe82e Mon Sep 17 00:00:00 2001
From: Richard Nelson <unixabg@gmail.com>
Date: Sun, 14 Mar 2010 12:13:06 -0500
Subject: Clean out leading white space on l-h.cgi cgi.

---
 cgi/cgi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cgi/cgi b/cgi/cgi
index a9c0310..19eea7d 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -10,10 +10,10 @@
 # Reading defaults
 if [ -r /etc/default/live-helper.cgi ]
 then
-        . /etc/default/live-helper.cgi
+	. /etc/default/live-helper.cgi
 else
-        echo "E: /etc/default/live-helper.cgi missing"
-        exit 1
+	echo "E: /etc/default/live-helper.cgi missing"
+	exit 1
 fi
 
 # Turn on debug if enabled
-- 
cgit v1.0