whitespace fix
This commit is contained in:
@@ -41,7 +41,7 @@ generate a sequence that moves the same face twice in a row."
|
||||
(while (> moves 0)
|
||||
(setq last-face (cube-random-face last-face))
|
||||
(push (cube-random-turn last-face) result)
|
||||
(setq moves (1- moves )))
|
||||
(setq moves (1- moves)))
|
||||
result))
|
||||
|
||||
(defun cube-random-face (&optional last-face)
|
||||
|
||||
Reference in New Issue
Block a user