Commit f527132a authored by diego's avatar diego

cosmetics: Align output columns.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18419 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 354ec21b
...@@ -135,7 +135,7 @@ int main(void) ...@@ -135,7 +135,7 @@ int main(void)
} }
ff_timefilter_destroy(tf); ff_timefilter_destroy(tf);
#else #else
printf(" [%f %f %f]", bestpar0, bestpar1, best_error); printf(" [%f %f %9f]", bestpar0, bestpar1, best_error);
#endif #endif
} }
printf("\n"); 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