Fix spacing in logic expressions

This commit is contained in:
Joel Ebel 2018-05-26 22:20:29 -04:00
parent b0aa934f10
commit 38932ba410

View File

@ -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();