whitespace fix

This commit is contained in:
2025-04-25 23:09:46 -04:00
parent 78268d78da
commit 2fd1a551be

View File

@@ -41,7 +41,7 @@ generate a sequence that moves the same face twice in a row."
(while (> moves 0) (while (> moves 0)
(setq last-face (cube-random-face last-face)) (setq last-face (cube-random-face last-face))
(push (cube-random-turn last-face) result) (push (cube-random-turn last-face) result)
(setq moves (1- moves ))) (setq moves (1- moves)))
result)) result))
(defun cube-random-face (&optional last-face) (defun cube-random-face (&optional last-face)