Changeset 6f13257 in mainline for uspace/srv/bd/hr/io.h


Ignore:
Timestamp:
2025-05-20T11:01:31Z (2 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
c5b60e25
Parents:
a2281efc
git-author:
Miroslav Cimerman <mc@…> (2025-05-20 10:55:15)
git-committer:
Miroslav Cimerman <mc@…> (2025-05-20 11:01:31)
Message:

hr: cstyle: don't align struct members and fcn decls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/io.h

    ra2281efc r6f13257  
    4040
    4141typedef struct hr_io {
    42         hr_bd_op_type_t  type;
    43         uint64_t        ba;
    44         uint64_t        cnt;
    45         size_t          extent;
    46         void            *data_read;
    47         const void      *data_write;
    48         hr_volume_t     *vol;
     42        hr_bd_op_type_t type;
     43        uint64_t ba;
     44        uint64_t cnt;
     45        size_t extent;
     46        void *data_read;
     47        const void *data_write;
     48        hr_volume_t *vol;
    4949} hr_io_t;
    5050
Note: See TracChangeset for help on using the changeset viewer.