mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
indentation
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user