代码格式修正

This commit is contained in:
fslongjin
2022-07-27 14:37:26 +08:00
parent aacb77e0c6
commit 08181a7bb8
2 changed files with 8 additions and 13 deletions

View File

@ -64,7 +64,7 @@ static int scroll(bool direction, int pixels, bool animation);
* @param precision 精度
* @param flags 标志位
*/
static char *write_num(char *str,ul num, int base, int field_width, int precision, int flags);
static char *write_num(char *str, ul num, int base, int field_width, int precision, int flags);
static char *write_float_point_num(char *str, double num, int field_width, int precision, int flags);