Astyle formatting

This commit is contained in:
codestation
2013-12-15 09:01:04 -04:30
parent e68f01c858
commit c4eaad6b8c
7 changed files with 10 additions and 12 deletions

View File

@@ -446,8 +446,7 @@ int Database::filterObjects(int ohfiParent, metadata_t **p_head, int index, int
for(map_list::iterator root = object_list.begin(); root != object_list.end(); ++root) {
for(root_list::iterator object = (*root).begin(); object != (*root).end(); ++object) {
if(acceptFilteredObject(parent, *object, type)) {
if(offset++ >= index)
{
if(offset++ >= index) {
tail->next_metadata = &(*object)->metadata;
tail = tail->next_metadata;
numObjects++;