[libpeas/thiblahute/with-properties: 3/3] utils: cleanup whitespace for internal utils



commit 3de1e35aecbf3313295ad581a968420ecd4e4251
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 24 13:56:56 2019 -0700

    utils: cleanup whitespace for internal utils

 libpeas/peas-utils.h | 35 ++++++++++++++---------------------
 1 file changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/libpeas/peas-utils.h b/libpeas/peas-utils.h
index 249ca75..1cfb8e8 100644
--- a/libpeas/peas-utils.h
+++ b/libpeas/peas-utils.h
@@ -27,28 +27,21 @@
 #define PEAS_UTILS_C_LOADER_ID  0
 #define PEAS_UTILS_N_LOADERS    4
 
-gboolean  peas_utils_properties_array_to_parameter_list
-                                              (GType          exten_type,
-                                               guint          n_properties,
-                                               const gchar  **prop_names,
-                                               const GValue  *prop_values,
-                                               GParameter    *params);
-
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-gboolean  peas_utils_valist_to_parameter_list (GType         exten_type,
-                                               const gchar  *first_property,
-                                               va_list       var_args,
-                                               GParameter  **params,
-                                               guint        *n_params);
+gboolean     peas_utils_properties_array_to_parameter_list (GType          exten_type,
+                                                            guint          n_properties,
+                                                            const gchar  **prop_names,
+                                                            const GValue  *prop_values,
+                                                            GParameter    *params);
+gboolean     peas_utils_valist_to_parameter_list           (GType          exten_type,
+                                                            const gchar   *first_property,
+                                                            va_list        var_args,
+                                                            GParameter   **params,
+                                                            guint         *n_params);
 G_GNUC_END_IGNORE_DEPRECATIONS
-
-gint     peas_utils_get_loader_id             (const gchar  *loader) G_GNUC_CONST;
-const gchar *
-         peas_utils_get_loader_from_id        (gint          loader_id) G_GNUC_CONST;
-const gchar *
-         peas_utils_get_loader_module_from_id (gint          loader_id) G_GNUC_CONST;
-const gint *
-         peas_utils_get_conflicting_loaders_from_id
-                                              (gint          loader_id) G_GNUC_CONST;
+gint         peas_utils_get_loader_id                      (const gchar   *loader) G_GNUC_CONST;
+const gchar *peas_utils_get_loader_from_id                 (gint           loader_id) G_GNUC_CONST;
+const gchar *peas_utils_get_loader_module_from_id          (gint           loader_id) G_GNUC_CONST;
+const gint  *peas_utils_get_conflicting_loaders_from_id    (gint           loader_id) G_GNUC_CONST;
 
 #endif /* __PEAS_UTILS_H__ */


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