diff scripts/plot/ishghandle.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 79b9a7669bb8
line wrap: on
line diff
--- a/scripts/plot/ishghandle.m
+++ b/scripts/plot/ishghandle.m
@@ -22,7 +22,7 @@
 ## @end deftypefn
 
 function retval = ishghandle (h)
-  ## This function is just included for compatibility as Octave has 
+  ## This function is just included for compatibility as Octave has
   ## no simulink equivalent.
   retval = ishandle (h);
 endfunction