mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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;
|
break;
|
||||||
}
|
}
|
||||||
if (!readable)
|
if (!readable)
|
||||||
g_print ("Write only\n");
|
g_print (" Write only\n");
|
||||||
else
|
else
|
||||||
g_print ("\n");
|
g_print ("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue