expand tabs
[platform/upstream/gstreamer.git] / ext / ogg / gstoggdemux.c
index 65a0000..b165b6b 100644 (file)
@@ -128,8 +128,8 @@ struct _GstOggPadClass
   PARENTCLASS parent_class;
 };
 
-#define GST_CHAIN_LOCK(ogg)    g_mutex_lock((ogg)->chain_lock)
-#define GST_CHAIN_UNLOCK(ogg)  g_mutex_unlock((ogg)->chain_lock)
+#define GST_CHAIN_LOCK(ogg)     g_mutex_lock((ogg)->chain_lock)
+#define GST_CHAIN_UNLOCK(ogg)   g_mutex_unlock((ogg)->chain_lock)
 
 struct _GstOggDemux
 {