remove white spaces

This commit is contained in:
Lukas Mestan 2017-02-21 20:36:08 +01:00
parent 8558eef324
commit 2e9b163766
No known key found for this signature in database
GPG key ID: 93A4F5E8826DD56F

View file

@ -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
;;