Changeset 1433ecda in mainline for uspace/app/mkfat/fat_dentry.h


Ignore:
Timestamp:
2018-04-04T15:42:37Z (6 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/app/mkfat/fat_dentry.h

    r47b2d7e3 r1433ecda  
    116116                        uint16_t        eaidx;          /* FAT12/FAT16 */
    117117                        uint16_t        firstc_hi;      /* FAT32 */
    118                 } __attribute__ ((packed));
     118                } __attribute__((packed));
    119119                uint16_t        mtime;
    120120                uint16_t        mdate;
     
    122122                        uint16_t        firstc;         /* FAT12/FAT16 */
    123123                        uint16_t        firstc_lo;      /* FAT32 */
    124                 } __attribute__ ((packed));
     124                } __attribute__((packed));
    125125                uint32_t        size;
    126         } __attribute__ ((packed));
     126        } __attribute__((packed));
    127127        struct {
    128128                uint8_t         order;
     
    134134                uint16_t        firstc_lo; /* MUST be 0 */
    135135                uint16_t        part3[FAT_LFN_PART3_SIZE];
    136         } __attribute__ ((packed)) lfn;
    137 } __attribute__ ((packed)) fat_dentry_t;
     136        } __attribute__((packed)) lfn;
     137} __attribute__((packed)) fat_dentry_t;
    138138
    139139#endif
Note: See TracChangeset for help on using the changeset viewer.