diff scripts/strings/mat2str.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 708186085e0d
line wrap: on
line diff
--- a/scripts/strings/mat2str.m
+++ b/scripts/strings/mat2str.m
@@ -71,7 +71,7 @@
   if (nargin < 1 || nargin > 3 || ! (isnumeric (x) || islogical (x)))
     print_usage ();
   endif
-  
+
   if (ndims (x) > 2)
     error ("mat2str: X must be two dimensional");
   endif