summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-05 18:17:29 +0100
committerBastien Guerry <bzg@altern.org>2012-01-05 18:17:29 +0100
commit6e10d36d926e7eeaed00d9d1dc6e9adf7208ac18 (patch)
tree7f317bd9f846fee11e02dcf31ef94ae5c10f18d9
parentb37be0237acfb21eabde53061de94a7a71ab217c (diff)
downloadorg-mode-6e10d36d926e7eeaed00d9d1dc6e9adf7208ac18.tar.gz
Fix trailing whitespaces.
-rw-r--r--testing/examples/babel.org4
-rw-r--r--testing/lisp/test-ob-exp.el3
2 files changed, 3 insertions, 4 deletions
diff --git a/testing/examples/babel.org b/testing/examples/babel.org
index 6c0825f..1a9f1c4 100644
--- a/testing/examples/babel.org
+++ b/testing/examples/babel.org
@@ -68,8 +68,8 @@
#+end_src
#+begin_src emacs-lisp :noweb tangle :exports code
- <<noweb-example1>>
- <<noweb-example2>>
+ <<noweb-example1>>
+ <<noweb-example2>>
#+end_src
* excessive id links on tangling
diff --git a/testing/lisp/test-ob-exp.el b/testing/lisp/test-ob-exp.el
index c303c5d..85af683 100644
--- a/testing/lisp/test-ob-exp.el
+++ b/testing/lisp/test-ob-exp.el
@@ -207,8 +207,7 @@ elements in the final html."
"code block results"
"</pre>"
"</body>"))))))
-
+
(provide 'test-ob-exp)
;;; test-ob-exp.el ends here
-