diff scripts/deprecated/spmax.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents eb63fbe60fab
children be55736a0783
line wrap: on
line diff
--- a/scripts/deprecated/spmax.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/deprecated/spmax.m	Fri Apr 23 11:28:50 2010 -0700
@@ -29,7 +29,7 @@
   if (! warned)
     warned = true;
     warning ("Octave:deprecated-function",
-	     "spmax is obsolete and will be removed from a future version of Octave; please use max instead");
+             "spmax is obsolete and will be removed from a future version of Octave; please use max instead");
   endif
 
   varargout = cell (nargout, 1);