From 1d4dd3d3171895e66ab16948d2320b22841f582e Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Fri, 21 Nov 2014 12:10:57 -0500 Subject: Fix indentation following indent declaration. --- sx-question.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sx-question.el') diff --git a/sx-question.el b/sx-question.el index c02cf62..c66d253 100644 --- a/sx-question.el +++ b/sx-question.el @@ -58,19 +58,19 @@ property. (mapcar (lambda (question) (cons (cons 'site site) question)) (sx-method-call 'questions - :keywords `((page . ,page)) - :site site - :auth t - :filter sx-question-browse-filter))) + :keywords `((page . ,page)) + :site site + :auth t + :filter sx-question-browse-filter))) (defun sx-question-get-question (site question-id) "Query SITE for a QUESTION-ID and return it. If QUESTION-ID doesn't exist on SITE, raise an error." (let ((res (sx-method-call 'questions - :id id - :site site - :auth t - :filter sx-question-browse-filter))) + :id id + :site site + :auth t + :filter sx-question-browse-filter))) (if (vectorp res) (elt res 0) (error "Couldn't find question %S in %S" -- cgit v1.2.3