From 429d5b52623bed166808436fa0acf51e8a80e0ad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 27 Sep 2015 21:18:05 +0200 Subject: perltidy... --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index 79c1470..2189d4d 100644 --- a/index.pl +++ b/index.pl @@ -496,7 +496,7 @@ sub render_image { my ( $line, $destination, $etr, undef ) = @{$d}; - $line = substr($line, 0, 4); + $line = substr( $line, 0, 4 ); $png->draw_at( 0, $line ); $png->draw_at( 25, $destination ); -- cgit v1.2.3