diff doc/interpreter/contrib.txi @ 10599:d0e0bb2ebebb

Remove tabs in .txi files causing problems with pdf formatting.
author Rik <octave@nomad.inbox5.com>
date Sun, 02 May 2010 21:19:55 -0700
parents 66fdc831c580
children 3140cb7a05a1
line wrap: on
line diff
--- a/doc/interpreter/contrib.txi
+++ b/doc/interpreter/contrib.txi
@@ -28,7 +28,7 @@
 * General Guidelines::
 * Octave Sources (m-files)::
 * C++ Sources::
-* Other Sources::	
+* Other Sources::
 @end menu
 
 @node How to Contribute
@@ -229,7 +229,7 @@
 @group
 static bool
 matches_patterns (const string_vector& patterns, int pat_idx,
-		  int num_pat, const std::string& name)
+                  int num_pat, const std::string& name)
 @end group
 @end example