diff scripts/plot/util/print.m @ 26993:119353eb6b38 stable

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Mar 2019 23:24:40 +0000
parents aa9745a1114a
children 734901c8979e 493922902ae9
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Wed Mar 27 12:25:05 2019 -0700
+++ b/scripts/plot/util/print.m	Wed Mar 27 23:24:40 2019 +0000
@@ -1027,7 +1027,7 @@
   endif
 
   dos_shell = (ispc () && ! isunix ());
-  
+
   if (! do_svg)
     if (dos_shell)
       cmd = sprintf ("%s -f %s 2> NUL", opts.pstoedit_binary, devopt);