lib/repo-refs: Fix typos in last commit
This fixes a whitespace error and a mistake that made it into the last
commit, 7ed881baa, at the last minute.
Closes: #1112
Approved by: cgwalters
This commit is contained in:
parent
5e30bbd1b9
commit
5f8e339e45
|
|
@ -1215,10 +1215,10 @@ ostree_repo_list_collection_refs (OstreeRepo *self,
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (match_collection_id != NULL && g_strcmp0 (match_collection_id, current_collection_id) != 0)
|
if (match_collection_id != NULL && g_strcmp0 (match_collection_id, remote_collection_id) != 0)
|
||||||
continue;
|
continue;
|
||||||
else
|
else
|
||||||
current_collection_id = remote_collection_id;
|
current_collection_id = remote_collection_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!glnx_opendirat (dfd_iter.fd, dent->d_name, TRUE, &subdir_fd, error))
|
if (!glnx_opendirat (dfd_iter.fd, dent->d_name, TRUE, &subdir_fd, error))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue