diff --git a/firestarter b/firestarter
index 02911b3..17a1fc4 100755
--- a/firestarter
+++ b/firestarter
@@ -393,7 +393,7 @@ step_execute() {
 				log "Found target for \"$filename\": \"$execline\""
 				if ! [ "$_dryrun" = "1" ]; then
 					if [ -f "$logfile" ]; then
-						[ -f "$logfile.old" ] && rm "$logfile.old" 
+						[ -f "$logfile.old" ] && rm "$logfile.old"
 						mv "$logfile" "$logfile.old"
 					fi
 					bash -c "$execline" > "$logfile" 2>&1 &