diff faxcompr.c @ 10305:86fadefa1143 libavcodec

cosmetics: reindent and reformat function declarations
author kostya
date Mon, 28 Sep 2009 05:19:13 +0000
parents 370d05e51d90
children 943b63f364ca
line wrap: on
line diff
--- a/faxcompr.c	Mon Sep 28 05:17:20 2009 +0000
+++ b/faxcompr.c	Mon Sep 28 05:19:13 2009 +0000
@@ -268,8 +268,9 @@
 }
 
 int ff_ccitt_unpack(AVCodecContext *avctx,
-                       const uint8_t *src, int srcsize,
-                       uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts)
+                    const uint8_t *src, int srcsize,
+                    uint8_t *dst, int height, int stride,
+                    enum TiffCompr compr, int opts)
 {
     int j;
     GetBitContext gb;