mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Small formatting cleanup for write only properties
Original commit message from CVS: Small formatting cleanup for write only properties
This commit is contained in:
parent
2e5b741993
commit
ef5cc368e7
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue