aboutsummaryrefslogtreecommitdiff
path: root/sx-favorites.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-favorites.el
parentdc17d78972536c746be0c1ed66989a1509f5ad70 (diff)
Fix indentation following indent declaration.
Diffstat (limited to 'sx-favorites.el')
-rw-r--r--sx-favorites.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-favorites.el b/sx-favorites.el
index c00d262..aaf2734 100644
--- a/sx-favorites.el
+++ b/sx-favorites.el
@@ -52,9 +52,9 @@ Added as hook to initialization."
(defun sx-favorites--retrieve-favorites (site)
"Obtain list of starred QUESTION_IDs for SITE."
(sx-method-call 'me
- :submethod (format "favorites?site=%s" site)
- :filter sx-favorite-list-filter
- :auth t))
+ :submethod (format "favorites?site=%s" site)
+ :filter sx-favorite-list-filter
+ :auth t))
(defun sx-favorites--update-site-favorites (site)
"Update list of starred QUESTION_IDs for SITE.