mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-23 10:28:11 +08:00
Untabified some sources
This commit is contained in:
@@ -827,9 +827,9 @@ LargestInt
|
||||
Value::asLargestInt() const
|
||||
{
|
||||
#if defined(JSON_NO_INT64)
|
||||
return asInt();
|
||||
return asInt();
|
||||
#else
|
||||
return asInt64();
|
||||
return asInt64();
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -838,9 +838,9 @@ LargestUInt
|
||||
Value::asLargestUInt() const
|
||||
{
|
||||
#if defined(JSON_NO_INT64)
|
||||
return asUInt();
|
||||
return asUInt();
|
||||
#else
|
||||
return asUInt64();
|
||||
return asUInt64();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user