Commit a2085ccc authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Align output columns.

Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6752dd5a
......@@ -135,7 +135,7 @@ int main(void)
}
ff_timefilter_destroy(tf);
#else
printf(" [%f %f %f]", bestpar0, bestpar1, best_error);
printf(" [%f %f %9f]", bestpar0, bestpar1, best_error);
#endif
}
printf("\n");
......
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