changeset 3530:a997151117a2 libavformat

cosmetics
author bcoudurier
date Sat, 28 Jun 2008 04:54:39 +0000
parents 579f6524e344
children 296caaa22429
files aiff.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aiff.c	Sat Jun 28 04:53:01 2008 +0000
+++ b/aiff.c	Sat Jun 28 04:54:39 2008 +0000
@@ -44,7 +44,7 @@
 #define AIFF                    0
 #define AIFF_C_VERSION1         0xA2805140
 
-static int aiff_codec_get_id (int bps)
+static int aiff_codec_get_id(int bps)
 {
     if (bps <= 8)
         return CODEC_ID_PCM_S8;