Small formatting cleanup for write only properties
authorWim Taymans <wim.taymans@gmail.com>
Tue, 21 Jan 2003 21:34:31 +0000 (21:34 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 21 Jan 2003 21:34:31 +0000 (21:34 +0000)
Original commit message from CVS:
Small formatting cleanup for write only properties

tools/gst-inspect.c

index 55d358c..1962288 100644 (file)
@@ -426,7 +426,7 @@ print_element_properties (GstElement *element)
         break;
     }
     if (!readable) 
-      g_print ("Write only\n");
+      g_print (" Write only\n");
     else 
       g_print ("\n");
   }