diff scripts/statistics/tests/kolmogorov_smirnov_test.m @ 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 bc924baa2c4e
children d63878346099
line wrap: on
line diff
--- a/scripts/statistics/tests/kolmogorov_smirnov_test.m	Wed Aug 28 08:27:38 2013 -0700
+++ b/scripts/statistics/tests/kolmogorov_smirnov_test.m	Wed Aug 28 08:29:38 2013 -0700
@@ -121,7 +121,7 @@
 %!error kolmogorov_smirnov_test (1)
 %!error <X must be a vector> kolmogorov_smirnov_test ({}, "unif", 2, 4)
 %!error <no not_a_distcdf or not_a_dist_cdf function found>
-%!  kolmogorov_smirnov_test (1, "not_a_dist");
+%! kolmogorov_smirnov_test (1, "not_a_dist");
 %!error <alternative foo not recognized>
-%!  kolmogorov_smirnov_test (1, "unif", 2, 4, "foo");
+%! kolmogorov_smirnov_test (1, "unif", 2, 4, "foo");