# HG changeset patch # User John W. Eaton # Date 1233859397 18000 # Node ID 983ac67dc3d466086f94aad7b1f5f9b8ed074e37 # Parent 6d15bc6c4c15f813cae0650d14750ebedc1d99f8 polyout.m: additional style fixes diff -r 6d15bc6c4c15 -r 983ac67dc3d4 scripts/polynomial/polyout.m --- a/scripts/polynomial/polyout.m Thu Feb 05 13:42:29 2009 -0500 +++ b/scripts/polynomial/polyout.m Thu Feb 05 13:43:17 2009 -0500 @@ -48,13 +48,13 @@ endif if (! isvector (c)) - error("polyout: first argument must be a vector"); + error ("polyout: first argument must be a vector"); endif if (nargin == 1) x = "s"; elseif (! ischar (x)) - error("polyout: second argument must be a string"); + error ("polyout: second argument must be a string"); endif n = length (c);