fix(yuck): comment out start-of-line parens

This commit is contained in:
Phạm Huy Hoàng 2024-02-13 23:00:53 +07:00 committed by Christian Clason
parent 2b6020247d
commit 1c72e797ba
3 changed files with 44 additions and 16 deletions

View file

@ -0,0 +1,17 @@
(defwidget name
:widget parameter
(box one
:box1 parameter
(box two
:box2 parameter
)
)
)
(defwidget name
:widget parameter
(box one
)
)
(defwidget name