mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
cosmetics: Align output columns.
Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6752dd5aee
commit
a2085cccfa
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user