aboutsummaryrefslogtreecommitdiff
path: root/sx-networks.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-networks.el
parentdc17d78972536c746be0c1ed66989a1509f5ad70 (diff)
Fix indentation following indent declaration.
Diffstat (limited to 'sx-networks.el')
-rw-r--r--sx-networks.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/sx-networks.el b/sx-networks.el
index f5aa9f5..e4660af 100644
--- a/sx-networks.el
+++ b/sx-networks.el
@@ -64,10 +64,10 @@ Sets cache and then uses `sx-network--get-associated' to update
the variables."
(sx-cache-set 'network-user
(sx-method-call 'me
- :submethod 'associated
- :keywords '((types . (main_site meta_site)))
- :filter sx-network--user-filter
- :auth t))
+ :submethod 'associated
+ :keywords '((types . (main_site meta_site)))
+ :filter sx-network--user-filter
+ :auth t))
(sx-network--get-associated))
(defun sx-network--initialize ()