[libpeas] Small coding style fix



commit aab92409a40fa2efd9aeae4a4883310fcece3aa8
Author: Garrett Regier <garrettregier gmail com>
Date:   Thu Jan 22 02:01:19 2015 -0800

    Small coding style fix

 libpeas/peas-object-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeas/peas-object-module.c b/libpeas/peas-object-module.c
index caf6401..8d383a8 100644
--- a/libpeas/peas-object-module.c
+++ b/libpeas/peas-object-module.c
@@ -537,7 +537,7 @@ create_gobject_from_type (guint       n_parameters,
    * Let's get rid of it if the actual type doesn't have such a
    * property to avoid a warning. */
   if (n_parameters > 0 &&
-      strcmp (parameters[n_parameters-1].name, "plugin-info") == 0 &&
+      strcmp (parameters[n_parameters - 1].name, "plugin-info") == 0 &&
       g_object_class_find_property (cls, "plugin-info") == NULL)
     n_parameters--;
 


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