Changeset 1e36e6a in mainline for uspace/lib/ext4/src/ialloc.c


Ignore:
Timestamp:
2018-12-13T08:37:56Z (6 years ago)
Author:
Maurizio Lombardi <mlombard@…>
Parents:
ee23f85
Message:

libext4: cstyle fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/src/ialloc.c

    ree23f85 r1e36e6a  
    216216                 * blocks.
    217217                 */
    218                 if (((free_inodes >= avg_free_inodes) || (bgid == bg_count - 1)
    219                     || pick_first_free) && (free_blocks > 0)) {
     218                if (((free_inodes >= avg_free_inodes) ||
     219                    (bgid == bg_count - 1) || pick_first_free) && (free_blocks > 0)) {
    220220                        /* Load block with bitmap */
    221221                        uint32_t bitmap_block_addr = ext4_block_group_get_inode_bitmap(
Note: See TracChangeset for help on using the changeset viewer.