Commit 10a35ec8 authored by Don Gagne's avatar Don Gagne

Change tabs to spaces

parent 2bc01545
......@@ -40,7 +40,7 @@ QwtPointArrayData::QwtPointArrayData( const double *x,
d_x.resize( static_cast<int>(size) );
::memcpy( d_x.data(), x, size * sizeof( double ) );
d_y.resize(static_cast<int>(size));
d_y.resize(static_cast<int>(size));
::memcpy( d_y.data(), y, size * sizeof( double ) );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment