diff src/pt-exp.cc @ 10315:57a59eae83cc

untabify src C++ source files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:41:46 -0500
parents cd96d29c5efa
children 1b2fcd122c6a
line wrap: on
line diff
--- a/src/pt-exp.cc
+++ b/src/pt-exp.cc
@@ -46,10 +46,10 @@
   if (! error_state)
     {
       if (t1.is_defined ())
-	return t1.is_true ();
+        return t1.is_true ();
       else
-	::error ("%s: undefined value used in conditional expression",
-		 warn_for);
+        ::error ("%s: undefined value used in conditional expression",
+                 warn_for);
     }
 
   return expr_value;