rygel r306 - trunk/src/rygel



Author: zeeshanak
Date: Wed Nov 26 14:28:10 2008
New Revision: 306
URL: http://svn.gnome.org/viewvc/rygel?rev=306&view=rev

Log:
Minor indentation fixes.

Modified:
   trunk/src/rygel/rygel-content-directory.vala

Modified: trunk/src/rygel/rygel-content-directory.vala
==============================================================================
--- trunk/src/rygel/rygel-content-directory.vala	(original)
+++ trunk/src/rygel/rygel-content-directory.vala	Wed Nov 26 14:28:10 2008
@@ -208,8 +208,8 @@
 
     /* Query GetSystemUpdateID */
     private void query_system_update_id (ContentDirectory content_dir,
-                                         string variable,
-                                         ref GLib.Value value) {
+                                         string           variable,
+                                         ref GLib.Value   value) {
         /* Set action return arguments */
         value.init (typeof (uint32));
         value.set_uint (this.system_update_id);
@@ -226,8 +226,8 @@
 
     /* Query SearchCapabilities */
     private void query_search_capabilities (ContentDirectory content_dir,
-                                            string variable,
-                                            ref GLib.Value value) {
+                                            string           variable,
+                                            ref GLib.Value   value) {
         /* Set action return arguments */
         value.init (typeof (string));
         value.set_string ("");
@@ -244,8 +244,8 @@
 
     /* Query SortCapabilities */
     private void query_sort_capabilities (ContentDirectory content_dir,
-                                          string variable,
-                                          ref GLib.Value value) {
+                                          string           variable,
+                                          ref GLib.Value   value) {
         /* Set action return arguments */
         value.init (typeof (string));
         value.set_string ("");
@@ -262,8 +262,8 @@
 
     /* Query FeatureList */
     private void query_feature_list (ContentDirectory content_dir,
-                                     string variable,
-                                     ref GLib.Value value) {
+                                     string           variable,
+                                     ref GLib.Value   value) {
         /* Set action return arguments */
         value.init (typeof (string));
         value.set_string (this.feature_list);



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