Small formatting cleanup for write only properties

Original commit message from CVS:
Small formatting cleanup for write only properties
This commit is contained in:
Wim Taymans 2003-01-21 21:34:31 +00:00
parent 2e5b741993
commit ef5cc368e7

View 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");
}