[gnome-photos] create-collection-job: Fix the placement of the comments
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] create-collection-job: Fix the placement of the comments
- Date: Sat, 20 Oct 2018 20:35:46 +0000 (UTC)
commit d9b25025e11e3bb376e928f09bb8275ed1806567
Author: Debarshi Ray <debarshir gnome org>
Date: Sat Oct 20 20:04:00 2018 +0200
create-collection-job: Fix the placement of the comments
Fallout from a90b73e456d0dc77f74b3706f3e3c21fbb64396e
src/photos-create-collection-job.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/photos-create-collection-job.c b/src/photos-create-collection-job.c
index 9e67a063..444e87e2 100644
--- a/src/photos-create-collection-job.c
+++ b/src/photos-create-collection-job.c
@@ -75,17 +75,17 @@ photos_create_collection_job_query_executed (GObject *source_object, GAsyncResul
return;
}
- child = g_variant_get_child_value (variant, 0); /* variant is now aa{ss} */
+ child = g_variant_get_child_value (variant, 0);
g_variant_unref (variant);
- variant = child;
+ variant = child; /* variant is now aa{ss} */
- child = g_variant_get_child_value (variant, 0); /* variant is now a{ss} */
+ child = g_variant_get_child_value (variant, 0);
g_variant_unref (variant);
- variant = child;
+ variant = child; /* variant is now a{ss} */
- child = g_variant_get_child_value (variant, 0); /* variant is now {ss} */
+ child = g_variant_get_child_value (variant, 0);
g_variant_unref (variant);
- variant = child;
+ variant = child; /* variant is now {ss} */
child = g_variant_get_child_value (variant, 0);
key = g_variant_dup_string (child, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]