From 6cbcb80cceb92e1ce4a62b7ec597ce64467aaa31 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 11 Mar 2012 22:50:41 -0600 Subject: [PATCH] fix whitespace errors --- lisp/ob-lilypond.el | 4 ++-- testing/lisp/test-ob-lilypond.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el index fc9a63975..a008b2db1 100644 --- a/lisp/ob-lilypond.el +++ b/lisp/ob-lilypond.el @@ -319,7 +319,7 @@ If TEST is non-nil, the shell command is returned and is not run" (concat (ly-determine-pdf-path) " " pdf-file))) (if test cmd-string - (start-process + (start-process "\"Audition pdf\"" "*lilypond*" (ly-determine-pdf-path) @@ -338,7 +338,7 @@ If TEST is non-nil, the shell command is returned and is not run" (concat (ly-determine-midi-path) " " midi-file))) (if test cmd-string - (start-process + (start-process "\"Audition midi\"" "*lilypond*" (ly-determine-midi-path) diff --git a/testing/lisp/test-ob-lilypond.el b/testing/lisp/test-ob-lilypond.el index b161ac60e..306c48ae1 100644 --- a/testing/lisp/test-ob-lilypond.el +++ b/testing/lisp/test-ob-lilypond.el @@ -56,7 +56,7 @@ t ;display ,(if ly-gen-png "--png" "") ;&rest... ,(if ly-gen-html "--html" "") - ,(if ly-gen-pdf "--pdf" "") + ,(if ly-gen-pdf "--pdf" "") ,(if ly-use-eps "-dbackend=eps" "") ,(if ly-gen-svg "-dbackend=svg" "") "--output=test-file" -- 2.11.4.GIT