diff doc/interpreter/mk_doc_cache.m @ 12174:db1f49eaba6b

whitespace fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Jan 2011 23:49:42 -0500
parents fd0a3ac60b0e
children f5535b401c83
line wrap: on
line diff
--- a/doc/interpreter/mk_doc_cache.m
+++ b/doc/interpreter/mk_doc_cache.m
@@ -87,7 +87,7 @@
 
   doc = regexprep (doc, "^[\r\n]+", '');
 
-  ## Skip internal functions that start with __ as these aren't 
+  ## Skip internal functions that start with __ as these aren't
   ## indexed by lookfor.
   if (length (symbol) > 2 && regexp (symbol, '^__.+__$'))
     continue;