Remove stray whitespace
This commit is contained in:
		@@ -129,7 +129,6 @@ This makes it so that we always try to call-process instead of shell-command-to-
 | 
				
			|||||||
  (let ((call-process-args
 | 
					  (let ((call-process-args
 | 
				
			||||||
         (imalison:get-call-process-args-from-shell-command command)))
 | 
					         (imalison:get-call-process-args-from-shell-command command)))
 | 
				
			||||||
    (if call-process-args
 | 
					    (if call-process-args
 | 
				
			||||||
       
 | 
					 | 
				
			||||||
        (apply 'imalison:call-process-to-string call-process-args))))
 | 
					        (apply 'imalison:call-process-to-string call-process-args))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(advice-add 'shell-command-to-string :before-until 'imalison:try-call-process)
 | 
					(advice-add 'shell-command-to-string :before-until 'imalison:try-call-process)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user