]> git.deb.at Git - debienna.git/blobdiff - Kata4Lösungen/Perl/index.mdwn
fix whitespace
[debienna.git] / Kata4Lösungen / Perl / index.mdwn
index 9e07b54972a4f688cc4a34fd14dd429631f8b49f..ec090a82c515b2da802904482eab4b71adbfd21a 100644 (file)
@@ -12,7 +12,7 @@ while(<>)
         next unless ($_[0] > 0 and $_[0] < 31);
         $day = $_[0];
         $spread = $_[1] - $_[2];
         next unless ($_[0] > 0 and $_[0] < 31);
         $day = $_[0];
         $spread = $_[1] - $_[2];
-        unless (defined $min_spread) 
+        unless (defined $min_spread)
         {
                 $spread_day = $day;
                 $min_spread = $spread;
         {
                 $spread_day = $day;
                 $min_spread = $spread;
@@ -98,4 +98,4 @@ print "part2: ", dm("../K4Soccer.txt", 1, 6, 8), "\n";
 
 ---
 
 
 ---
 
- [[CategoryCodeSnippets|CategoryCodeSnippets]] 
+ [[CategoryCodeSnippets|CategoryCodeSnippets]]