فهرست منبع

Fix trailing whitespaces.

Bastien Guerry 13 سال پیش
والد
کامیت
6e10d36d92
2فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 2 2
      testing/examples/babel.org
  2. 1 2
      testing/lisp/test-ob-exp.el

+ 2 - 2
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

+ 1 - 2
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
-