diff src/procstream.cc @ 10315:57a59eae83cc

untabify src C++ source files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:41:46 -0500 (2010-02-11)
parents cd96d29c5efa
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/procstream.cc
+++ b/src/procstream.cc
@@ -62,7 +62,7 @@
   if (is_open ())
     {
       if (! pb.close ())
-	std::ios::setstate (std::ios::failbit);
+        std::ios::setstate (std::ios::failbit);
 
       status = pb.wait_status ();
     }