diff scripts/plot/appearance/datetick.m @ 21174:a223cce1daa4

strip trailing space from source files we maintain * gl2ps-renderer.cc, gl2ps-renderer.h, pt-eval.cc CmplxCHOL.cc, sparse-lu.h, datetick.m, index.tst: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Mon, 01 Feb 2016 08:53:01 -0500
parents 7705a858262b
children ffad2baa90f7
line wrap: on
line diff
--- a/scripts/plot/appearance/datetick.m	Mon Feb 01 21:16:19 2016 -0800
+++ b/scripts/plot/appearance/datetick.m	Mon Feb 01 08:53:01 2016 -0500
@@ -147,7 +147,7 @@
     if (keeplimits)
       limits = get (gca (), [ax "lim"]);
       xmin = limits(1);
-      xmax = limits(2);  
+      xmax = limits(2);
     else
       objs = findall (gca ());
       xmin = xmax = NaN;