From 38932ba410e0d97b5f01cb46fb31f8033cc9c626 Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Sat, 26 May 2018 22:20:29 -0400 Subject: [PATCH] Fix spacing in logic expressions --- files/U_Box_V104_Test_Cleaned.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 8c20b72..2551326 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -451,12 +451,12 @@ module Holes(top=0) { hole(); } } - if (FRTab!= top) { + if (FRTab != top) { translate([Length - MountInset, Width, 0]) { hole(); } } - if (BLTab!= top) { + if (BLTab != top) { translate([MountInset, 0, 0]) { rotate([0, 0, 180]) { hole();