[gnome-photos] local-item: Style fix



commit e58eb576dd98945003fe44645c0209cfc3c28816
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Dec 5 16:56:45 2017 +0100

    local-item: Style fix

 src/photos-local-item.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-local-item.c b/src/photos-local-item.c
index 654e404..0ce6b40 100644
--- a/src/photos-local-item.c
+++ b/src/photos-local-item.c
@@ -208,9 +208,12 @@ photos_local_item_metadata_add_shared (PhotosBaseItem  *item,
                                        GError         **error)
 {
   g_autoptr (GVariant) shared_variant = NULL;
-  const GVariantType *tuple_items[] = {G_VARIANT_TYPE_STRING,   /* provider-type */
-                                       G_VARIANT_TYPE_STRING,   /* account-identity */
-                                       G_VARIANT_TYPE_STRING};  /* shared-id */
+  const GVariantType *tuple_items[] =
+    {
+      G_VARIANT_TYPE_STRING, /* provider-type */
+      G_VARIANT_TYPE_STRING, /* account-identity */
+      G_VARIANT_TYPE_STRING  /* shared-id */
+    };
   g_autoptr (GVariantType) array_type = NULL;
   g_autoptr (GVariantType) tuple_type = NULL;
   GExiv2Metadata *metadata = NULL; /* TODO: Use g_autoptr */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]