From f39e21b79b419bc6831e67eec73afd6c571e7f5a Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Thu, 23 Oct 2014 00:22:02 +0200
Subject: [PATCH] vcsh: Fix random tab

---
 vcsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcsh b/vcsh
index 3642ad5..e4143de 100755
--- a/vcsh
+++ b/vcsh
@@ -316,7 +316,7 @@ list_untracked() {
 		comm -12 --nocheck-order $temp_file_others $temp_file_untracked_copy > $temp_file_untracked
 	done
 	cat $temp_file_untracked
-	
+
 	unset directory_opt directory_component
 	rm -f $temp_file_others $temp_file_untracked $temp_file_untracked_copy || fatal 'Could not delete temp files'
 }
-- 
GitLab