aboutsummaryrefslogtreecommitdiff
path: root/src/visualwall.ml
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2022-11-08 01:19:42 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2022-11-08 01:19:42 +1300
commit4ea2c7a094e4c61caeeff4b9c16cf10b8d4b14de (patch)
tree36eaf10870828e011e56123d0002aff9ae3f99dd /src/visualwall.ml
parent525863904e8cb1ce62bbbf407262e5305d6bbc6f (diff)
Tidying up a bit of code formatting
Diffstat (limited to 'src/visualwall.ml')
-rw-r--r--src/visualwall.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/visualwall.ml b/src/visualwall.ml
index 773f226..bde6fd8 100644
--- a/src/visualwall.ml
+++ b/src/visualwall.ml
@@ -108,7 +108,7 @@ let main () =
for j = 0 to !y_dim - 1 do
for i = !x_offset to !x_dim + !x_offset - 1 do
if My_Wall.has_value !number_wall ~x:i ~y:j &&
- Z.rem (My_Wall.get !number_wall ~x:i ~y:j) (Z.of_int !modulus) <> My_Algebra.zero
+ Z.rem (My_Wall.get !number_wall ~x:i ~y:j) (Z.of_int !modulus) <> My_Algebra.zero
then
!pixmap_area#set_foreground (`RGB !background_color)
else