Changeset 09398589 in mainline for uspace/lib/device/src/hr.c


Ignore:
Timestamp:
2024-09-06T12:53:57Z (8 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
a19d7fc4
Parents:
ab5a2597
git-author:
Miroslav Cimerman <mc@…> (2024-09-06 12:53:38)
git-committer:
Miroslav Cimerman <mc@…> (2024-09-06 12:53:57)
Message:

hr: cstyle: remove redundant space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/src/hr.c

    rab5a2597 r09398589  
    170170        printf("block size: %zu\n", vol_info->bsize);
    171171
    172 
    173172        printf("extents: [index] [devname]\n");
    174173        for (i = 0; i < vol_info->extent_no; i++) {
Note: See TracChangeset for help on using the changeset viewer.