From c66e27dc77efad21385981c0618d562afdabe2f2 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 8 Jan 2012 19:56:25 +0100 Subject: [PATCH] tools/pattern_spatial_show.pl: Improve output legibility --- tools/pattern_spatial_show.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/pattern_spatial_show.pl b/tools/pattern_spatial_show.pl index 3065180..04a06ff 100755 --- a/tools/pattern_spatial_show.pl +++ b/tools/pattern_spatial_show.pl @@ -32,8 +32,10 @@ while () { for my $y (0 .. 2 * $d) { for my $x (0 .. 2 * $d) { print $b[2 * $d - $y][$x] || ' '; + print ' '; } print "\n"; } + last; } } -- 2.11.4.GIT