소스 검색

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

Bastien Guerry 11 년 전
부모
커밋
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"