Fix indentation
This commit is contained in:
parent
f100b06b09
commit
31d447e562
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,8 @@ Returns:
|
|||
;; Return the reversed result list
|
||||
(nreverse result)))
|
||||
|
||||
(declaim (ftype (function (question) (values string string string)) extract-question-components))
|
||||
(declaim (ftype (function (question) (values string string string))
|
||||
extract-question-components))
|
||||
(defun extract-question-components (question)
|
||||
"Extracts components of a question stored as a plist.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue