diff scripts/help/help.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 09bc8304f182 fe689210525c
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/help/help.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/help/help.m	Tue Jan 20 10:24:46 2015 -0500
@@ -130,7 +130,7 @@
 endfunction
 
 function retval = do_list_operators ()
-  
+
   retval = sprintf ("*** operators:\n\n%s\n\n",
                     list_in_columns (__operators__ ()));
 endfunction