summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-03-02 12:41:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-03-02 12:41:23 +0100
commit8ef29bdcba8f3f804e0822758bca2fdd9e981ff7 (patch)
treec0156f046a2aedd6cb40e85a58128b2a22239395 /lib
parent328072b99e40522cfe3064f2ec62f0dc660e8358 (diff)
perltidy
Diffstat (limited to 'lib')
-rw-r--r--lib/App/VRR/Fakedisplay.pm.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/App/VRR/Fakedisplay.pm.PL b/lib/App/VRR/Fakedisplay.pm.PL
index 3ad0fe5..59d0561 100644
--- a/lib/App/VRR/Fakedisplay.pm.PL
+++ b/lib/App/VRR/Fakedisplay.pm.PL
@@ -20,7 +20,7 @@ sub write_out {
say $out_fh "'${char}' => {";
say $out_fh 'matrix => [';
- if ($char eq '1') {
+ if ( $char eq '1' ) {
$off_x--;
}
@@ -49,7 +49,7 @@ sub write_out {
$char_w = 5;
}
- if ($char ~~ [qw[0 1 2 3 4 5 6 7 8 9]]) {
+ if ( $char ~~ [qw[0 1 2 3 4 5 6 7 8 9]] ) {
$char_w = 6;
}