diff scripts/plot/waitforbuttonpress.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 72c96de7a403
line wrap: on
line diff
--- a/scripts/plot/waitforbuttonpress.m
+++ b/scripts/plot/waitforbuttonpress.m
@@ -37,9 +37,9 @@
   [x, y, k] = ginput (1);
 
   if (nargout == 1)
-    if (k <= 5) 
+    if (k <= 5)
       a = 0;
-    else 
+    else
       a = 1;
     endif
   endif