Fix spacing in logic expressions
This commit is contained in:
parent
b0aa934f10
commit
38932ba410
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user