comparison 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
comparison
equal deleted inserted replaced
26989:a7ad08ed3cb7 26993:119353eb6b38
1025 ["print.m: 'pstoedit' is required for specified output format, ", ... 1025 ["print.m: 'pstoedit' is required for specified output format, ", ...
1026 "but binary is not available in PATH"]); 1026 "but binary is not available in PATH"]);
1027 endif 1027 endif
1028 1028
1029 dos_shell = (ispc () && ! isunix ()); 1029 dos_shell = (ispc () && ! isunix ());
1030 1030
1031 if (! do_svg) 1031 if (! do_svg)
1032 if (dos_shell) 1032 if (dos_shell)
1033 cmd = sprintf ("%s -f %s 2> NUL", opts.pstoedit_binary, devopt); 1033 cmd = sprintf ("%s -f %s 2> NUL", opts.pstoedit_binary, devopt);
1034 else 1034 else
1035 cmd = sprintf ("%s -f %s 2> /dev/null", opts.pstoedit_binary, devopt); 1035 cmd = sprintf ("%s -f %s 2> /dev/null", opts.pstoedit_binary, devopt);