Merge pull request #2254 from dbnicholson/coding-style
pull: Use GNU coding style
This commit is contained in:
commit
fd9d422c51
|
|
@ -1620,9 +1620,11 @@ scan_commit_object (OtPullData *pull_data,
|
|||
if (!ostree_repo_load_commit (pull_data->repo, checksum, &commit, &commitstate, error))
|
||||
return FALSE;
|
||||
|
||||
if (!pull_data->disable_verify_bindings) {
|
||||
/* If ref is non-NULL then the commit we fetched was requested through the
|
||||
* branch, otherwise we requested a commit checksum without specifying a branch.
|
||||
if (!pull_data->disable_verify_bindings)
|
||||
{
|
||||
/* If ref is non-NULL then the commit we fetched was requested through
|
||||
* the branch, otherwise we requested a commit checksum without
|
||||
* specifying a branch.
|
||||
*/
|
||||
g_autofree char *remote_collection_id = NULL;
|
||||
remote_collection_id = get_remote_repo_collection_id (pull_data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue