diff examples/funcdemo.cc @ 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 460a3c6d8bf1
line wrap: on
line diff
--- a/examples/funcdemo.cc	Mon Dec 07 14:49:48 2009 -0500
+++ b/examples/funcdemo.cc	Mon Dec 07 14:53:20 2009 -0500
@@ -28,7 +28,7 @@
         }
       else
         error ("funcdemo: expected string,",
-	       " inline or function handle");
+               " inline or function handle");
     }
   return retval;
 }