diff test/jit.tst @ 17337:a31b54b5f84a

Use only 1 space between '%!' and start of test/demo code. * libinterp/corefcn/besselj.cc, scripts/miscellaneous/private/__xzip__.m, scripts/statistics/tests/kolmogorov_smirnov_test.m, scripts/ui/msgbox.m, test/global.tst, test/jit.tst: Use only 1 space between '%!' and start of test/demo code.
author Rik <rik@octave.org>
date Wed, 28 Aug 2013 08:29:38 -0700
parents 56404cdcb723
children d63878346099
line wrap: on
line diff
--- a/test/jit.tst	Wed Aug 28 08:27:38 2013 -0700
+++ b/test/jit.tst	Wed Aug 28 08:29:38 2013 -0700
@@ -41,9 +41,9 @@
 %! while (1)
 %!   if (1)
 %!     break;
-%!  else
-%!    break;
-%!  endif
+%!   else
+%!     break;
+%!   endif
 %! endwhile
 
 %!testif HAVE_LLVM