diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-21 12:10:57 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-21 12:10:57 -0500 |
commit | 1d4dd3d3171895e66ab16948d2320b22841f582e (patch) | |
tree | 5dd0b64ee66e923f74c01aa59c62c14cab9c714a /sx-networks.el | |
parent | dc17d78972536c746be0c1ed66989a1509f5ad70 (diff) |
Fix indentation following indent declaration.
Diffstat (limited to 'sx-networks.el')
-rw-r--r-- | sx-networks.el | 8 |
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 () |