Unverified Commit a8dc0325 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] fixed cpplint warning about parenthesis placement (#2563)

parent 41c366ee
......@@ -411,7 +411,8 @@ struct __TToStringHelperFast<T, true, false> {
#ifdef _MSC_VER
buf_len
#endif
) const {
)
const {
#ifdef _MSC_VER
sprintf_s(buffer, buf_len, "%g", value);
#else
......
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