diff avformat.h @ 887:d70e50f1495f libavformat

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents da1d5db0ce5c
children 2d9a65a1d9ea
line wrap: on
line diff
--- a/avformat.h	Mon Dec 19 20:49:00 2005 +0000
+++ b/avformat.h	Thu Dec 22 01:10:11 2005 +0000
@@ -68,7 +68,7 @@
 static inline void av_free_packet(AVPacket *pkt)
 {
     if (pkt && pkt->destruct) {
-	pkt->destruct(pkt);
+        pkt->destruct(pkt);
     }
 }