diff options
| author | Sebastien Lugan <slugan@users.noreply.github.com> | 2004-04-29 13:10:05 +0000 |
|---|---|---|
| committer | Sebastien Lugan <slugan@users.noreply.github.com> | 2004-04-29 13:10:05 +0000 |
| commit | ec9bd9f6a455a83da8c2c77f5b2628b416cca18f (patch) | |
| tree | e9f3cb176093b68fc7faf35f09b595f5b1f6680d /libopenjpeg/jpt.h | |
| parent | 4f83e82a74e7456881eadd68f5b863ea502ea8bc (diff) | |
Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')
Diffstat (limited to 'libopenjpeg/jpt.h')
| -rw-r--r-- | libopenjpeg/jpt.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libopenjpeg/jpt.h b/libopenjpeg/jpt.h index e2932dc6..0e96fb1c 100644 --- a/libopenjpeg/jpt.h +++ b/libopenjpeg/jpt.h @@ -30,13 +30,13 @@ * */ typedef struct { - unsigned int Id; /* In-class Identifier */ - unsigned int last_byte; /* Last byte information */ - unsigned int Class_Id; /* Class Identifier */ - unsigned int CSn_Id; /* CSn : index identifier */ - unsigned int Msg_offset; /* Message offset */ - unsigned int Msg_length; /* Message length */ - unsigned int Layer_nb; /* Auxiliary for JPP case */ + unsigned int Id; /* In-class Identifier */ + unsigned int last_byte; /* Last byte information */ + unsigned int Class_Id; /* Class Identifier */ + unsigned int CSn_Id; /* CSn : index identifier */ + unsigned int Msg_offset; /* Message offset */ + unsigned int Msg_length; /* Message length */ + unsigned int Layer_nb; /* Auxiliary for JPP case */ } jpt_msg_header_struct_t; /* @@ -44,8 +44,8 @@ typedef struct { * * header : Message header structure * - */ -void jpt_init_Msg_Header(jpt_msg_header_struct_t *header); + */ +void jpt_init_Msg_Header(jpt_msg_header_struct_t * header); /* * Read the message header for a JPP/JPT - stream @@ -53,4 +53,4 @@ void jpt_init_Msg_Header(jpt_msg_header_struct_t *header); * header : Message header structure * */ -void jpt_read_Msg_Header(jpt_msg_header_struct_t *header); +void jpt_read_Msg_Header(jpt_msg_header_struct_t * header); |
