Browse code

cosmetics: Align output columns.

Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/04/11 00:16:11
Showing 1 changed files
... ...
@@ -135,7 +135,7 @@ int main(void)
135 135
             }
136 136
             ff_timefilter_destroy(tf);
137 137
 #else
138
-            printf(" [%f %f %f]", bestpar0, bestpar1, best_error);
138
+            printf(" [%f %f %9f]", bestpar0, bestpar1, best_error);
139 139
 #endif
140 140
         }
141 141
         printf("\n");