changeset 14277:c39345616b7e

maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m graphics_toolkit.m: Use Octave spacing conventions in %!test block.
author Rik <octave@nomad.inbox5.com>
date Sat, 28 Jan 2012 15:45:29 -0800
parents 6b4bd6a86bdd
children fa894f89b18f
files scripts/plot/graphics_toolkit.m
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/graphics_toolkit.m	Sat Jan 28 13:14:07 2012 -0800
+++ b/scripts/plot/graphics_toolkit.m	Sat Jan 28 15:45:29 2012 -0800
@@ -83,13 +83,13 @@
 %! end_unwind_protect
 
 %!testif HAVE_FLTK
-%!  old_toolkit = graphics_toolkit ();
-%!  switch old_toolkit
-%!    case {"gnuplot"}
-%!      new_toolkit = "fltk";
-%!    otherwise
-%!      new_toolkit = "gnuplot";
-%!  endswitch
-%!  assert (graphics_toolkit (new_toolkit), old_toolkit)
-%!  assert (graphics_toolkit (old_toolkit), new_toolkit)
+%! old_toolkit = graphics_toolkit ();
+%! switch old_toolkit
+%!   case {"gnuplot"}
+%!     new_toolkit = "fltk";
+%!   otherwise
+%!     new_toolkit = "gnuplot";
+%! endswitch
+%! assert (graphics_toolkit (new_toolkit), old_toolkit)
+%! assert (graphics_toolkit (old_toolkit), new_toolkit)