mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
added space to match clang format
This commit is contained in:
parent
781a40bee1
commit
c44fec82bf
@ -1774,7 +1774,7 @@ namespace crow
|
||||
{
|
||||
if (v.nt == num_type::Floating_point)
|
||||
{
|
||||
if(isnan(v.num.d) || isinf(v.num.d))
|
||||
if (isnan(v.num.d) || isinf(v.num.d))
|
||||
{
|
||||
CROW_LOG_WARNING << "Invalid JSON value detected (" << v.num.d << "), ignoring";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user