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

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