diff scripts/plot/isprop.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 7715aca4bce1
line wrap: on
line diff
--- a/scripts/plot/isprop.m
+++ b/scripts/plot/isprop.m
@@ -29,7 +29,7 @@
   if (nargin < 1 || nargin > 2)
     print_usage ();
   endif
- 
+
   if (! ishandle (h))
     error ("isprop: first input argument must be a handle");
   elseif (! ischar (prop))