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/tgt.h | |
| parent | 4f83e82a74e7456881eadd68f5b863ea502ea8bc (diff) | |
Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')
Diffstat (limited to 'libopenjpeg/tgt.h')
| -rw-r--r-- | libopenjpeg/tgt.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libopenjpeg/tgt.h b/libopenjpeg/tgt.h index 230b0e25..bae85b62 100644 --- a/libopenjpeg/tgt.h +++ b/libopenjpeg/tgt.h @@ -28,17 +28,17 @@ #define __TGT_H typedef struct tgt_node { - struct tgt_node *parent; - int value; - int low; - int known; + struct tgt_node *parent; + int value; + int low; + int known; } tgt_node_t; typedef struct { - int numleafsh; - int numleafsv; - int numnodes; - tgt_node_t *nodes; + int numleafsh; + int numleafsv; + int numnodes; + tgt_node_t *nodes; } tgt_tree_t; |
