fix tab vs space

Original commit message from CVS:
fix tab vs space
This commit is contained in:
Christian Schaller 2002-09-18 19:11:56 +00:00
parent 08ca250525
commit 7abafd429a

View file

@ -294,7 +294,7 @@ typedef struct _GstElementDetails GstElementDetails;
struct _GstElementDetails {
gchar *longname; /* long, english name */
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 *version; /* version of the element */
gchar *author; /* who wrote this thing? */