fix tab vs space
authorChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:11:56 +0000 (19:11 +0000)
committerChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:11:56 +0000 (19:11 +0000)
Original commit message from CVS:
fix tab vs space

gst/gstelement.h

index 7d712d7..52141e3 100644 (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? */