--- mythfilldatabasecron	2006-04-01 17:42:26.251145689 -0500
+++ mythfilldatabasecron.new	2006-04-01 17:50:16.619838915 -0500
@@ -16,9 +16,9 @@
 DAYS_LEFT=`mysql --skip-column-names -B -D $DB --execute "$SQL"`
 
 if [ $DAYS_LEFT -lt $MIN_DAYS ]; then
-       mail -s "[MYTHTV] Only $DAYS_LEFT days of programs left!" $EMAIL <<-END
-               Maybe you should check if mythfilldatabase is configured
-               correctly or that your XMLTV service provider is still
-               on-line?
-       END
+	mail -s "[MYTHTV] Only $DAYS_LEFT days of programs left!" $EMAIL <<-END
+		Maybe you should check if mythfilldatabase is configured
+		correctly or that your XMLTV service provider is still
+		on-line?
+	END
 fi
