diff examples/mycell.c @ 9932:6cb30a539481

untabify files in examples directory
author John W. Eaton <jwe@octave.org>
date Mon, 07 Dec 2009 14:53:20 -0500
parents 4295d634797d
children be41c30bcb44
line wrap: on
line diff
--- a/examples/mycell.c
+++ b/examples/mycell.c
@@ -2,7 +2,7 @@
 
 void
 mexFunction (int nlhs, mxArray* plhs[], int nrhs, 
-	     const mxArray* prhs[])
+             const mxArray* prhs[])
 {
   mwSize n;
   mwIndex i;