Changeset bf0a791 in mainline for uspace/srv/bd/hr/superblock.c


Ignore:
Timestamp:
2024-11-27T11:19:10Z (8 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
8160e4c0
Parents:
aa7864b
Message:

hr: cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/superblock.c

    raa7864b rbf0a791  
    212212        for (size_t i = 0; i < vol->dev_no; i++) {
    213213                for (size_t j = 0; j < vol->dev_no; j++) {
    214                         if (i == (uint32_t) md_order[j]) {
     214                        if (i == (uint32_t)md_order[j]) {
    215215                                vol->extents[i].svc_id = cfg_svc_id_order[j];
    216216                                vol->extents[i].status = HR_EXT_ONLINE;
Note: See TracChangeset for help on using the changeset viewer.