diff libinterp/corefcn/rand.cc @ 17812:fffd0c0ca2dc

maint: A few Octave coding convention tweaks * libinterp/corefcn/rand.cc: Use space before parentheses in %!test function call. * liboctave/array/CSparse.cc: Change "found [...]" to "found[...]". * liboctave/array/dSparse.cc: Change "found [...]" to "found[...]". Use space before parentheses in %!test function call.
author Rik <rik@octave.org>
date Wed, 30 Oct 2013 21:55:14 -0700
parents 175b392e91fe
children 5d14a08e7533
line wrap: on
line diff
--- a/libinterp/corefcn/rand.cc	Wed Oct 30 19:18:25 2013 -0400
+++ b/libinterp/corefcn/rand.cc	Wed Oct 30 21:55:14 2013 -0700
@@ -1245,7 +1245,7 @@
 %!assert (length (randperm (20,10)), 10)
 
 ## Test biggish N (bug #39378)
-%!assert (length (randperm(30000^2, 100000)), 100000);
+%!assert (length (randperm (30000^2, 100000)), 100000)
 
 %!test
 %! rand ("seed", 0);