indent level change

This commit is contained in:
Mark Borgerding 2009-05-19 00:34:38 -04:00
parent be1b2ad4ec
commit 68cad98bc9

View File

@ -86,7 +86,9 @@ namespace Eigen {
dst[k] *= scale; dst[k] *= scale;
} }
} }
private: private:
void work( int stage,Complex * Fout, const Complex * f, size_t fstride,size_t in_stride) void work( int stage,Complex * Fout, const Complex * f, size_t fstride,size_t in_stride)
{ {
int p = m_stageRadix[stage]; int p = m_stageRadix[stage];