]> Pileus Git - ~andy/rhawk/commitdiff
Cleanup trailing whitespace
authorAndy Spencer <andy753421@gmail.com>
Sun, 22 Nov 2015 21:51:45 +0000 (21:51 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 22 Nov 2015 21:51:45 +0000 (21:51 +0000)
spades.awk

index 1818bbd9b11d43640ab91cf78694ba4134a3bc2b..062f87df696b03920838f8b609192dc6c8c790b7 100644 (file)
@@ -383,7 +383,7 @@ function sp_play(card,      winner, pi)
                        sp_reset(2)
 
                } else {
-                       if (sp_scores[0] == sp_scores[1] && 
+                       if (sp_scores[0] == sp_scores[1] &&
                            sp_scores[0] >= sp_playto)
                                sp_say("It's tie! Playing an extra round!");
                        sp_reset(1)
@@ -397,7 +397,7 @@ function sp_delay(sec)
 {
        return (sec > 60*60*24 ? int(sec/60/60/24) "d " : "") \
               (sec > 60*60    ? int(sec/60/60)%24 "h " : "") \
-                                int(sec/60)%60    "m"      
+                                int(sec/60)%60    "m"
 }
 
 function sp_max(list,    i, max)
@@ -438,7 +438,7 @@ function sp_stats(file,   line, arr, time, user, turn, start, delay)
                if (match(arr[2], /^it is your.*$/, arr)) {
                        turn  = user
                        start = time
-               } 
+               }
        }
        close(file)