summaryrefslogtreecommitdiff
path: root/contrib/nogaps.el
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nogaps.el')
-rw-r--r--contrib/nogaps.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/nogaps.el b/contrib/nogaps.el
index c1d2649..358319e 100644
--- a/contrib/nogaps.el
+++ b/contrib/nogaps.el
@@ -9,5 +9,5 @@
(defun ratpoison-nogaps ()
(let ((wins (mapcar 'string-to-number (split-string (ratpoison-windows "%n")))))
(loop for n in wins
- for i from 1 to (length wins)
- do (ratpoison-number i n))))
+ for i from 1 to (length wins)
+ do (ratpoison-number i n))))