Changeset 1433ecda in mainline for uspace/srv/fs/udf/udf_file.h


Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/udf/udf_file.h

    r47b2d7e3 r1433ecda  
    104104        uint8_t implementation_use[0];
    105105        udf_dstring file_id[0];
    106 }__attribute__((packed)) udf_file_identifier_descriptor_t;
     106} __attribute__((packed)) udf_file_identifier_descriptor_t;
    107107
    108108/* ICB tag - Information Control Block  (ECMA 167 4/14.6) */
     
    184184        uint32_t ad_lenght;
    185185        uint8_t allocation_descriptors[0];
    186 }__attribute__((packed)) udf_unallocated_space_entry_descriptor_t;
     186} __attribute__((packed)) udf_unallocated_space_entry_descriptor_t;
    187187
    188188/* Space Bitmap Descriptor format (ECMA 167 4/14.12) */
     
    192192        uint32_t byts_number;
    193193        uint8_t bitmap[0];
    194 }__attribute__((packed)) udf_space_bitmap_descriptor_t;
     194} __attribute__((packed)) udf_space_bitmap_descriptor_t;
    195195
    196196extern errno_t udf_node_get_core(udf_node_t *);
Note: See TracChangeset for help on using the changeset viewer.