From d1d9945f1ac89c300a619a83a58ccf8a8fb39dc7 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 22 Mar 2009 18:59:45 +0000 Subject: [PATCH] cosmetics: vertical alignment Originally committed as revision 18149 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/flac.h b/libavcodec/flac.h index 2728905b79..7ac2897404 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -29,7 +29,7 @@ #include "avcodec.h" -#define FLAC_STREAMINFO_SIZE 34 +#define FLAC_STREAMINFO_SIZE 34 #define FLAC_MAX_CHANNELS 8 #define FLAC_MIN_BLOCKSIZE 16 #define FLAC_MAX_BLOCKSIZE 65535