summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/codestream_manager.h
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-01-25 23:22:06 +0100
committerAntonin Descampe <antonin@gmail.com>2016-01-25 23:22:06 +0100
commit0febbff19e05cb1a6c2613eee76ad46a669c96cd (patch)
treeb6442d01348e2ba6404d0fd6abcc4eb6d6cc1390 /src/lib/openjpip/codestream_manager.h
parentbede1568b197021bb576b935422af6c1d0a79e21 (diff)
processed all c/h files through astyle with opj_astyle.cfgcodingstyle
Diffstat (limited to 'src/lib/openjpip/codestream_manager.h')
-rw-r--r--src/lib/openjpip/codestream_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/openjpip/codestream_manager.h b/src/lib/openjpip/codestream_manager.h
index 71f73b23..291ab329 100644
--- a/src/lib/openjpip/codestream_manager.h
+++ b/src/lib/openjpip/codestream_manager.h
@@ -34,10 +34,10 @@
#include "byte_manager.h"
/** codestream parameters*/
-typedef struct codestream_param{
- int fd; /**< file descriptor*/
- OPJ_OFF_T offset; /**< byte position of DBox (Box Contents) in the file*/
- Byte8_t length; /**< content length*/
+typedef struct codestream_param {
+ int fd; /**< file descriptor*/
+ OPJ_OFF_T offset; /**< byte position of DBox (Box Contents) in the file*/
+ Byte8_t length; /**< content length*/
} codestream_param_t;