changeset 8501:f729344c7362

grid.m: style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2009 00:45:37 -0500
parents aaddb450b9aa
children d437e8dc18fa
files scripts/plot/grid.m
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/grid.m	Tue Jan 13 00:36:52 2009 -0500
+++ b/scripts/plot/grid.m	Tue Jan 13 00:45:37 2009 -0500
@@ -59,10 +59,10 @@
 	  if (strcmpi (x2, "on"))
 	    minor_on = true;
 	    grid_on=true;
-	    elseif (strcmpi (x2, "off"))
-	      minor_on = false;
-	   else
-	      print_usage ();
+	  elseif (strcmpi (x2, "off"))
+	    minor_on = false;
+	  else
+	    print_usage ();
 	  endif
 	else
 	   minor_on = ! minor_on