Commit e5f3571b authored by Zhou Chao's avatar Zhou Chao

Fix whitespace problem

parent 74f48e80
...@@ -73,7 +73,7 @@ namespace ...@@ -73,7 +73,7 @@ namespace
// dft after padding imaginary // dft after padding imaginary
void fft(InputArray src, OutputArray dst) { void fft(InputArray src, OutputArray dst) {
Mat S = src.getMat(); Mat S = src.getMat();
Mat planes[] = { S, Mat::zeros(S.size(), S.type()) }; Mat planes[] = {S, Mat::zeros(S.size(), S.type())};
merge(planes, 2, dst); merge(planes, 2, dst);
// compute the result // compute the result
......
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