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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue