expand tabs
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 6 Dec 2005 19:48:07 +0000 (19:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 6 Dec 2005 19:48:07 +0000 (19:48 +0000)
Original commit message from CVS:
expand tabs

ext/lame/gstlame.h

index 24321ec..5e2cec6 100644 (file)
@@ -42,9 +42,9 @@ extern "C" {
   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_LAME))
 
 typedef enum {
-  GST_LAME_OPEN                = (GST_ELEMENT_FLAG_LAST << 0),
+  GST_LAME_OPEN         = (GST_ELEMENT_FLAG_LAST << 0),
 
-  GST_LAME_FLAG_LAST   = (GST_ELEMENT_FLAG_LAST << 2)
+  GST_LAME_FLAG_LAST    = (GST_ELEMENT_FLAG_LAST << 2)
 } GstLameFlags;
 
 typedef struct _GstLame GstLame;