summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-12-01 16:52:47 +0100
committerBastien Guerry <bzg@altern.org>2014-12-01 16:52:47 +0100
commit24be2573a9a8500b46c7bf65af7b34605d135359 (patch)
tree310b2024c60932da03753f64fd10d0e2954687bb
parentb31a5152c8ede83ed7eaaa7de5bafb32286a825d (diff)
downloadorg-mode-24be2573a9a8500b46c7bf65af7b34605d135359.tar.gz
contrib/lisp/ox-bibtex.el: Fix trailing whitespace
-rw-r--r--contrib/lisp/ox-bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-bibtex.el b/contrib/lisp/ox-bibtex.el
index 4016480..0719866 100644
--- a/contrib/lisp/ox-bibtex.el
+++ b/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"