From 2e9b163766f65cc1b25d0cd4e06fd0a6823b4dab Mon Sep 17 00:00:00 2001 From: Lukas Mestan Date: Tue, 21 Feb 2017 20:36:08 +0100 Subject: [PATCH] remove white spaces --- git-quick-stats | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/git-quick-stats b/git-quick-stats index 1c7a628..3e6a493 100755 --- a/git-quick-stats +++ b/git-quick-stats @@ -154,9 +154,9 @@ function commitsByWeekday() { do echo -en "\t$i\t" echo $(git shortlog -n --no-merges --format='%ad %s' $_since $_until | grep "$i " | wc -l) - done | awk '{ - - } + done | awk '{ + + } NR == FNR { count[$1] = $2; total += $2; @@ -330,7 +330,7 @@ while [ opt != '' ] ;; 5) branchesByDate - show_menu + show_menu ;; 6) contributors @@ -361,13 +361,13 @@ while [ opt != '' ] show_menu ;; q) - exit + exit ;; \n) - exit + exit ;; *) - clear + clear option_picked "Pick an option from the menu" show_menu ;;