Przeglądaj źródła

fix whitespace errors

Eric Schulte 13 lat temu
rodzic
commit
6cbcb80cce
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      lisp/ob-lilypond.el
  2. 1 1
      testing/lisp/test-ob-lilypond.el

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

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