提交 b3e88ae8 编写于 作者: M Michael Niedermayer

Place { of the function where indent -kr wants it.

Also more consistent with the rest of the code.

Originally committed as revision 20851 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 02483df4
......@@ -78,7 +78,8 @@ size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...)
return len;
}
char *av_d2str(double d){
char *av_d2str(double d)
{
char *str= av_malloc(16);
if(str) snprintf(str, 16, "%f", d);
return str;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册