cosmetics: alignment

Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-07-26 13:02:07 +00:00
parent b1dc5beb12
commit 89aa478f75
1 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ typedef enum {
PKT_MEDIA = 0xbf,
PKT_EOS = 0xfb,
PKT_FLT = 0xfc,
PKT_UMF = 0xfd
PKT_UMF = 0xfd,
} pkt_type_t;
typedef enum {