summaryrefslogtreecommitdiff
path: root/libavcodec/asv.h
diff options
context:
space:
mode:
authorGabriel Dume <gabriel.ddx84@gmail.com>2014-09-01 15:18:58 -0400
committerDiego Biurrun <diego@biurrun.de>2014-09-02 03:45:21 -0700
commitf61e47dd68582529bcf6d42d861c70a320cd1b67 (patch)
treeaeba72956dcff3757be2359fb16579ab86920fc6 /libavcodec/asv.h
parent74512f7e369da40e1148c92b58cd8e59f7737b8f (diff)
asv: K&R formatting cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/asv.h')
-rw-r--r--libavcodec/asv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/asv.h b/libavcodec/asv.h
index 9ae3737f08..18f7a9571d 100644
--- a/libavcodec/asv.h
+++ b/libavcodec/asv.h
@@ -39,7 +39,7 @@
#include "pixblockdsp.h"
#include "put_bits.h"
-typedef struct ASV1Context{
+typedef struct ASV1Context {
AVCodecContext *avctx;
BlockDSPContext bdsp;
BswapDSPContext bbdsp;