diff scripts/statistics/distributions/normrnd.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents ac75140f2c97 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/statistics/distributions/normrnd.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/statistics/distributions/normrnd.m	Tue Jan 20 10:24:46 2015 -0500
@@ -30,7 +30,7 @@
 ## first two arguments are taken as the number of rows and columns and any
 ## further arguments specify additional matrix dimensions.  The size may also
 ## be specified with a vector of dimensions @var{sz}.
-## 
+##
 ## If no size arguments are given then the result matrix is the common size of
 ## @var{mu} and @var{sigma}.
 ## @end deftypefn