[gnome-software/uajain/handle-all-category: 2/3] appstream: Fix function definition indentation



commit 95dd454e2b2fd1575ad8538f6cb27f5e98646394
Author: Umang Jain <umang endlessm com>
Date:   Sat Aug 3 23:37:54 2019 +0530

    appstream: Fix function definition indentation

 plugins/core/gs-appstream.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/core/gs-appstream.c b/plugins/core/gs-appstream.c
index 14fecfaf..8e4b85f0 100644
--- a/plugins/core/gs-appstream.c
+++ b/plugins/core/gs-appstream.c
@@ -1223,10 +1223,10 @@ gs_appstream_count_component_for_groups (GsPlugin *plugin, XbSilo *silo, const g
  * applications available in each category */
 gboolean
 gs_appstream_add_categories (GsPlugin *plugin,
-                                 XbSilo *silo,
-                                 GPtrArray *list,
-                                 GCancellable *cancellable,
-                                 GError **error)
+                            XbSilo *silo,
+                            GPtrArray *list,
+                            GCancellable *cancellable,
+                            GError **error)
 {
        for (guint j = 0; j < list->len; j++) {
                GsCategory *parent = GS_CATEGORY (g_ptr_array_index (list, j));


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