repo: Fix indentation

Closes: #635
Approved by: cgwalters
This commit is contained in:
Dan Nicholson 2016-12-21 05:58:19 -06:00 committed by Atomic Bot
parent 722e143ee1
commit 169a629345
1 changed files with 6 additions and 6 deletions

View File

@ -2456,12 +2456,12 @@ list_loose_objects_at (OstreeRepo *self,
continue; continue;
} }
key = ostree_object_name_serialize (buf, objtype); key = ostree_object_name_serialize (buf, objtype);
value = g_variant_new ("(b@as)", value = g_variant_new ("(b@as)",
TRUE, g_variant_new_strv (NULL, 0)); TRUE, g_variant_new_strv (NULL, 0));
/* transfer ownership */ /* transfer ownership */
g_hash_table_replace (inout_objects, key, g_hash_table_replace (inout_objects, key,
g_variant_ref_sink (value)); g_variant_ref_sink (value));
} }
ret = TRUE; ret = TRUE;