summaryrefslogtreecommitdiff
path: root/lisp/org/ob-ruby.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2012-01-04 16:20:49 +0100
committerBastien Guerry <bastien1@free.fr>2012-01-04 16:20:49 +0100
commit14e1337f8462d1ca2e4af69de9fba58ddabd0274 (patch)
treefce16fb4a1cab5a9cc03f540579c886ac1fad5d0 /lisp/org/ob-ruby.el
parent0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3 (diff)
downloademacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.tar.gz
emacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.tar.bz2
emacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.zip
Fix trailing whitespaces in Org files.
Diffstat (limited to 'lisp/org/ob-ruby.el')
-rw-r--r--lisp/org/ob-ruby.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ob-ruby.el b/lisp/org/ob-ruby.el
index 65cc2bde757..df8ae2cc4f1 100644
--- a/lisp/org/ob-ruby.el
+++ b/lisp/org/ob-ruby.el
@@ -28,10 +28,10 @@
;;; Requirements:
;; - ruby and irb executables :: http://www.ruby-lang.org/
-;;
+;;
;; - ruby-mode :: Can be installed through ELPA, or from
;; http://github.com/eschulte/rinari/raw/master/util/ruby-mode.el
-;;
+;;
;; - inf-ruby mode :: Can be installed through ELPA, or from
;; http://github.com/eschulte/rinari/raw/master/util/inf-ruby.el