diff scripts/help/doc.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 e1851653d59c
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/help/doc.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/help/doc.m	Thu Jan 20 17:35:29 2011 -0500
@@ -1,5 +1,5 @@
 ## Copyright (C) 2005-2011 Søren Hauberg
-## 
+##
 ## This file is part of Octave.
 ##
 ## Octave is free software; you can redistribute it and/or modify it
@@ -65,7 +65,7 @@
       info_dir = fileparts (ffile);
     endif
 
-    ## Determine if a file called doc.info exist in the same 
+    ## Determine if a file called doc.info exist in the same
     ## directory as the function.
 
     info_file_name = fullfile (info_dir, "doc.info");