Changeset 6ea5e7a in mainline for uspace/lib/ext4/src/ialloc.c


Ignore:
Timestamp:
2018-12-13T13:32:42Z (5 years ago)
Author:
Maurizio Lombardi <mlombard@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3c8b0a8
Parents:
e2f20b9e
Message:

libext4: cstyle fixes

File:
1 edited

Legend:

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

    re2f20b9e r6ea5e7a  
    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.