mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
cosmetic: indentation fix
Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
This commit is contained in:
parent
31e9ba9378
commit
c0f7a92651
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
(defmacro defgeneric (&whole whole &rest args)
|
||||
(multiple-value-bind (function-specifier lambda-list options)
|
||||
(parse-defgeneric args)
|
||||
(parse-defgeneric args)
|
||||
(parse-lambda-list lambda-list)
|
||||
;; process options
|
||||
(multiple-value-bind (option-list method-list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue