summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-27 21:18:05 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-27 21:18:05 +0200
commit429d5b52623bed166808436fa0acf51e8a80e0ad (patch)
treec830d0de5d788a5a527aabe02d887df1e2d8c1ac
parent047b94d3cbb3efbfdd2a7b3600791cb0d7415709 (diff)
perltidy...
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
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 );