[rygel-gst-0-10-plugins] Slight whitespace fix



commit 29596bda7a7529176bf1a75432fa23d276c5a493
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 30 12:08:45 2013 +0100

    Slight whitespace fix

 src/media-export/rygel-media-export-plugin.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/media-export/rygel-media-export-plugin.c b/src/media-export/rygel-media-export-plugin.c
index 04b9ac1..11b45b1 100644
--- a/src/media-export/rygel-media-export-plugin.c
+++ b/src/media-export/rygel-media-export-plugin.c
@@ -49,24 +49,20 @@ void module_init (RygelPluginLoader *loader) {
 
 RygelMediaExportPlugin*
 rygel_media_export_plugin_construct (GType object_type) {
-
   RygelMediaContainer *root = rygel_media_export_root_container_get_instance ();
   return RYGEL_MEDIA_EXPORT_PLUGIN (rygel_media_server_plugin_construct (object_type,
     root, RYGEL_MEDIA_EXPORT_PLUGIN_NAME, NULL, RYGEL_PLUGIN_CAPABILITIES_UPLOAD));
 }
 
-
 RygelMediaExportPlugin*
 rygel_media_export_plugin_new () {
   return rygel_media_export_plugin_construct (RYGEL_MEDIA_EXPORT_TYPE_PLUGIN);
 }
 
-
 static void
 rygel_media_export_plugin_class_init (RygelMediaExportPluginClass *klass) {
   rygel_media_export_plugin_parent_class = g_type_class_peek_parent (klass);
 }
 
-
 static void rygel_media_export_plugin_init (RygelMediaExportPlugin *self G_GNUC_UNUSED) {
 }



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