diff scripts/help/help.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 5c18da80e28a
children 68ac95d2460c
line wrap: on
line diff
--- a/scripts/help/help.m
+++ b/scripts/help/help.m
@@ -70,7 +70,7 @@
 
     ## Get help text
     [text, format] = get_help_text (name);
-    
+
     ## Take action depending on help text format
     switch (lower (format))
       case "plain text"
@@ -87,7 +87,7 @@
       otherwise
         error ("help: internal error: unsupported help text format: '%s'\n", format);
     endswitch
-    
+
     ## Print text
     if (status != 0)
       warning ("help: Texinfo formatting filter exited abnormally; raw Texinfo source of help text follows...\n");