diff scripts/plot/util/private/__gnuplot_print__.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 6ca096827123 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/plot/util/private/__gnuplot_print__.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/plot/util/private/__gnuplot_print__.m	Tue Jan 20 10:24:46 2015 -0500
@@ -75,7 +75,7 @@
         if (any (strcmpi (opts.name(dot:end), {["." suffix], ".tex", "."})))
           name = opts.name(1:dot-1);
         else
-          error ("print:invalid-suffix", 
+          error ("print:invalid-suffix",
                  "invalid suffix '%s' for device '%s'.",
                  opts.name(dot:end), lower (opts.devopt));
         endif