mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
fix tab vs space
Original commit message from CVS: fix tab vs space
This commit is contained in:
parent
08ca250525
commit
7abafd429a
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ typedef struct _GstElementDetails GstElementDetails;
|
||||||
struct _GstElementDetails {
|
struct _GstElementDetails {
|
||||||
gchar *longname; /* long, english name */
|
gchar *longname; /* long, english name */
|
||||||
gchar *klass; /* type of element, as hierarchy */
|
gchar *klass; /* type of element, as hierarchy */
|
||||||
gchar *license; /* license element is under */
|
gchar *license; /* license element is under */
|
||||||
gchar *description; /* insights of one form or another */
|
gchar *description; /* insights of one form or another */
|
||||||
gchar *version; /* version of the element */
|
gchar *version; /* version of the element */
|
||||||
gchar *author; /* who wrote this thing? */
|
gchar *author; /* who wrote this thing? */
|
||||||
|
|
Loading…
Reference in a new issue