summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_text.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-04-08 11:59:16 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-04-08 11:59:16 +0200
commitd3d767d9b91ae7d82c261fbdfd735f3042161032 (patch)
tree12a8563bedad6757b8fe7c274288e389c2dce28a /jbig2dec/jbig2_text.h
parent22506f32c40851e9ec6d0321f7ef82f1c9e12605 (diff)
downloadghostpdl-d3d767d9b91ae7d82c261fbdfd735f3042161032.tar.gz
Reindent jbig2dec source to follow gs coding style.
First a pass through gnu indent: indent \ -bad -nbap -nsob -br -ce -cli0 \ -npcs -ncs -i4 -di0 -psl -lp -lps -nut -l160 \ *.c *.h Followed by astyle to patch over some of the indentation bugs in gnu indent: astyle --style=kr -H -U -k3 *.c *.h
Diffstat (limited to 'jbig2dec/jbig2_text.h')
-rw-r--r--jbig2dec/jbig2_text.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/jbig2dec/jbig2_text.h b/jbig2dec/jbig2_text.h
index f52e840ad..aec27326c 100644
--- a/jbig2dec/jbig2_text.h
+++ b/jbig2dec/jbig2_text.h
@@ -69,9 +69,6 @@ typedef struct {
int
jbig2_decode_text_region(Jbig2Ctx *ctx, Jbig2Segment *segment,
- const Jbig2TextRegionParams *params,
- const Jbig2SymbolDict * const *dicts, const int n_dicts,
- Jbig2Image *image,
- const byte *data, const size_t size,
- Jbig2ArithCx *GR_stats,
- Jbig2ArithState *as, Jbig2WordStream *ws);
+ const Jbig2TextRegionParams *params,
+ const Jbig2SymbolDict *const *dicts, const int n_dicts,
+ Jbig2Image *image, const byte *data, const size_t size, Jbig2ArithCx *GR_stats, Jbig2ArithState *as, Jbig2WordStream *ws);