mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Replace tabs with spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
c5adbc859a
commit
7b7b27ee9e
@@ -836,10 +836,10 @@ static boost::optional <detail::STVar> parseArray (
|
||||
}
|
||||
|
||||
if (ret->getFName().fieldType != STI_OBJECT)
|
||||
{
|
||||
error = non_object_in_array (ss.str(), i);
|
||||
return boost::none;
|
||||
}
|
||||
{
|
||||
error = non_object_in_array (ss.str(), i);
|
||||
return boost::none;
|
||||
}
|
||||
|
||||
tail.push_back (std::move (*ret));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user