diff libinterp/corefcn/besselj.cc @ 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 b81b9d079515
children d63878346099
line wrap: on
line diff
--- a/libinterp/corefcn/besselj.cc	Wed Aug 28 08:27:38 2013 -0700
+++ b/libinterp/corefcn/besselj.cc	Wed Aug 28 08:29:38 2013 -0700
@@ -912,7 +912,7 @@
 %!assert (besselh (alpha,1,x,1), (jx + I*yx)*exp(-I*x), 100*eps)
 %!assert (besselh (alpha,2,x,1), (jx - I*yx)*exp(I*x), 100*eps)
 %!
-%!  nix = 0.09822388691172060573913739253 - 0.7110230642207380127317227407*I;
+%! nix = 0.09822388691172060573913739253 - 0.7110230642207380127317227407*I;
 %!
 %!assert (besselj (-alpha,x), yx, 100*eps)
 %!assert (bessely (-alpha,x), -jx, 100*eps)