提交 9b960fa8 编写于 作者: C casperinous

Small indentation fix in order to follow the contribution rules.

上级 4f9e9dfc
......@@ -197,7 +197,7 @@ static unsigned char get_decimal_point(void)
struct lconv *lconv = localeconv();
return (unsigned char) lconv->decimal_point[0];
#else
return '.';
return '.';
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册