summaryrefslogtreecommitdiff
path: root/lib/App/VRR/Fakedisplay.pm.PL
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/VRR/Fakedisplay.pm.PL')
-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;
}