[totem] grilo: Indentation fixes



commit af05a090c9066244fc87b1c6589ad481e3d491d6
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 4 17:41:51 2013 +0200

    grilo: Indentation fixes

 src/plugins/grilo/totem-search-entry.h |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/src/plugins/grilo/totem-search-entry.h b/src/plugins/grilo/totem-search-entry.h
index 4e42437..c549202 100644
--- a/src/plugins/grilo/totem-search-entry.h
+++ b/src/plugins/grilo/totem-search-entry.h
@@ -51,24 +51,22 @@ struct _TotemSearchEntryClass
        GtkBoxClass parent_class;
 };
 
-GType totem_search_entry_get_type (void) G_GNUC_CONST;
+GType totem_search_entry_get_type              (void) G_GNUC_CONST;
 
-TotemSearchEntry *totem_search_entry_new (void);
+TotemSearchEntry *totem_search_entry_new       (void);
 
-void totem_search_entry_add_source (TotemSearchEntry *entry,
-                                  const gchar *id,
-                                  const gchar *label,
-                                  int priority);
-
-void totem_search_entry_remove_source (TotemSearchEntry *self,
-                                       const gchar *id);
-
-const char *totem_search_entry_get_text (TotemSearchEntry *self);
+void totem_search_entry_add_source             (TotemSearchEntry *entry,
+                                               const gchar      *id,
+                                               const gchar      *label,
+                                               int               priority);
+void totem_search_entry_remove_source          (TotemSearchEntry *self,
+                                               const gchar      *id);
 
 const char *totem_search_entry_get_selected_id (TotemSearchEntry *self);
 void        totem_search_entry_set_selected_id (TotemSearchEntry *self,
                                                const char       *id);
 
+const char *totem_search_entry_get_text        (TotemSearchEntry *self);
 GtkEntry   *totem_search_entry_get_entry       (TotemSearchEntry *self);
 
 G_END_DECLS


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