Mercurial > hg > octave-jordi
diff src/oct-lvalue.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 | d3fc22c3071c |
children | 9961fc022d9d |
line wrap: on
line diff
--- a/src/oct-lvalue.cc +++ b/src/oct-lvalue.cc @@ -46,7 +46,7 @@ void octave_lvalue::set_index (const std::string& t, - const std::list<octave_value_list>& i) + const std::list<octave_value_list>& i) { if (idx.empty ()) { @@ -90,7 +90,7 @@ { octave_value_list t = val->subsref (type, idx, 1); if (t.length () > 0) - retval = t(0); + retval = t(0); } } }