浏览代码

contrib/lisp/ox-bibtex.el: Fix trailing whitespace

Bastien Guerry 10 年之前
父节点
当前提交
24be2573a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/lisp/ox-bibtex.el

+ 1 - 1
contrib/lisp/ox-bibtex.el

@@ -200,7 +200,7 @@ Return new parse tree."
 			   (file-name-sans-extension file) file))
 	    ;; Outpufiles of bibtex2html will be put into current working directory
 	    ;; so define a variable for this.
-	    (setq out-file (file-name-sans-extension 
+	    (setq out-file (file-name-sans-extension
 			    (file-name-nondirectory file)))
 	    ;; limit is set: collect citations throughout the document
 	    ;; in TEMP-FILE and pass it to "bibtex2html" as "-citefile"