summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Schmidt <christopher@ch.ristopher.com>2012-03-05 12:06:55 +0100
committerChristopher Schmidt <christopher@ch.ristopher.com>2012-03-05 12:06:55 +0100
commitc8b33a0cb1b910a6f480a1f45f5305aa7ccf807d (patch)
tree2bb66600c4820f068a1409f2577693a81d7c775c
parent5daa773e876f5cbfd7a0ba3a6c8530def2ed7c75 (diff)
downloademacs-c8b33a0cb1b910a6f480a1f45f5305aa7ccf807d.tar.gz
Fix code alignment.
-rw-r--r--ampc.el28
1 files changed, 14 insertions, 14 deletions
diff --git a/ampc.el b/ampc.el
index 3f428dcdc83..16c03fa642b 100644
--- a/ampc.el
+++ b/ampc.el
@@ -276,17 +276,17 @@ all the time!"
("Title" :offset 6)
("Time" :offset 26))))
(rs_a `(1.0 vertical
- (0.7 horizontal
- (0.33 tag :tag "Genre" :id 1)
- (0.33 tag :tag "Artist" :id 2)
- (1.0 tag :tag "Album" :id 3))
- ,songs))
+ (0.7 horizontal
+ (0.33 tag :tag "Genre" :id 1)
+ (0.33 tag :tag "Artist" :id 2)
+ (1.0 tag :tag "Album" :id 3))
+ ,songs))
(rs_b `(1.0 vertical
(0.7 horizontal
(0.33 tag :tag "Genre" :id 1)
(0.33 tag :tag "Album" :id 2)
(1.0 tag :tag "Artist" :id 3))
- ,songs))
+ ,songs))
(pl-prop '(("Title")
("Artist" :offset 20)
("Album" :offset 40)
@@ -1663,14 +1663,14 @@ If ARG is omitted, use the selected entries in the current buffer."
(interactive)
(assert (ampc-on-p))
(let* ((flags (mapconcat
- 'identity
- (loop for (f . n) in '((repeat . "Repeat")
- (random . "Random")
- (consume . "Consume"))
- when (equal (cdr (assq f ampc-status)) "1")
- collect n
- end)
- "|"))
+ 'identity
+ (loop for (f . n) in '((repeat . "Repeat")
+ (random . "Random")
+ (consume . "Consume"))
+ when (equal (cdr (assq f ampc-status)) "1")
+ collect n
+ end)
+ "|"))
(state (cdr (assq 'state ampc-status)))
(status (concat "State: " state
(when ampc-yield