Changeset 1433ecda in mainline for uspace/srv/fs/fat/fat.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/fat/fat.h

    r47b2d7e3 r1433ecda  
    105105                        /** Boot sector signature. */
    106106                        uint16_t        signature;
    107                 } __attribute__ ((packed));
     107                } __attribute__((packed));
    108108                struct {
    109109                        /* FAT32 only */
     
    136136                        /** Signature. */
    137137                        uint16_t        signature;
    138                 } __attribute__ ((packed)) fat32;
     138                } __attribute__((packed)) fat32;
    139139        };
    140 } __attribute__ ((packed)) fat_bs_t;
     140} __attribute__((packed)) fat_bs_t;
    141141
    142142#define FAT32_FSINFO_SIG1       "RRaA"
     
    152152        uint8_t res2[12];
    153153        uint8_t sig3[4];
    154 } __attribute__ ((packed)) fat32_fsinfo_t;
     154} __attribute__((packed)) fat32_fsinfo_t;
    155155
    156156typedef enum {
Note: See TracChangeset for help on using the changeset viewer.