Unified bit-field declaration, removed tabs.
authorStephan Mühlstrasser <stm@pdflib.com>
Wed, 27 Jul 2016 08:09:54 +0000 (10:09 +0200)
committerStephan Mühlstrasser <stm@pdflib.com>
Wed, 27 Jul 2016 08:09:54 +0000 (10:09 +0200)
src/lib/openjp2/j2k.h

index cc725b79af0c65f70ffbb92fe69560d4ae24a8b6..d6cb958b56c6e11f24e4ff826cbfc87ad6998ed3 100644 (file)
@@ -497,9 +497,9 @@ typedef struct opj_j2k_dec
         */
        OPJ_BOOL   m_last_tile_part;
        /** to tell that a tile can be decoded. */
-       OPJ_BITFIELD m_can_decode         : 1;
-       OPJ_BITFIELD m_discard_tiles  : 1;
-       OPJ_BITFIELD m_skip_data          : 1;
+       OPJ_BITFIELD m_can_decode : 1;
+       OPJ_BITFIELD m_discard_tiles : 1;
+       OPJ_BITFIELD m_skip_data : 1;
        /** TNsot correction : see issue 254 **/
        OPJ_BITFIELD m_nb_tile_parts_correction_checked : 1;
        OPJ_BITFIELD m_nb_tile_parts_correction : 1;