indentation

This commit is contained in:
aleks-f
2013-02-20 17:08:44 -06:00
parent 6943505634
commit 66a56a944f
3 changed files with 10 additions and 10 deletions

View File

@@ -122,8 +122,8 @@ Var Query::find(const std::string& path) const
}
}
if ( !result.isEmpty()
&& !indexes.empty() )
if (!result.isEmpty()
&& !indexes.empty() )
{
for(std::vector<int>::iterator it = indexes.begin(); it != indexes.end(); ++it )
{