aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
authorJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 12:10:57 -0500
committerJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 12:10:57 -0500
commit1d4dd3d3171895e66ab16948d2320b22841f582e (patch)
tree5dd0b64ee66e923f74c01aa59c62c14cab9c714a /sx-question.el
parentdc17d78972536c746be0c1ed66989a1509f5ad70 (diff)
Fix indentation following indent declaration.
Diffstat (limited to 'sx-question.el')
-rw-r--r--sx-question.el16
1 files changed, 8 insertions, 8 deletions
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"