diff scripts/plot/private/__ezplot__.m @ 17306:09543e9c8f40

Use explicit form of end (endif, endfor, etc.) in core m-files. * scripts/general/interp1.m, scripts/image/rgb2ind.m, scripts/plot/__gnuplot_drawnow__.m, scripts/plot/private/__ezplot__.m, scripts/plot/private/__go_draw_axes__.m, scripts/special-matrix/gallery.m, scripts/strings/strjoin.m, scripts/testfun/assert.m, scripts/ui/questdlg.m: Use explicit form of end (endif, endfor, etc.) in core m-files.
author Rik <rik@octave.org>
date Wed, 21 Aug 2013 16:42:13 -0700
parents 68bcac3c043a
children
line wrap: on
line diff
--- a/scripts/plot/private/__ezplot__.m	Wed Aug 21 16:32:18 2013 -0700
+++ b/scripts/plot/private/__ezplot__.m	Wed Aug 21 16:42:13 2013 -0700
@@ -420,7 +420,7 @@
             if (! auto_domain_done)
               domain = find_valid_domain (X, Y, Z);
             endif
-          end
+          endif
         endif
       endif
     endif