Replace tabs with spaces.

This commit is contained in:
Tom Ritchford
2015-08-03 10:56:03 -04:00
committed by Nik Bougalis
parent c5adbc859a
commit 7b7b27ee9e
6 changed files with 73 additions and 73 deletions

View File

@@ -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));
}