Changeset 09ab0a9a in mainline for uspace/srv/fs/exfat/exfat_ops.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    rb2aaaa0 r09ab0a9a  
    283283}
    284284
    285 
    286285/** Internal version of exfat_node_get().
    287286 *
     
    487486}
    488487
    489 
    490488/*
    491489 * EXFAT libfs operations.
     
    506504        return exfat_node_get(rfn, service_id, EXFAT_UCTABLE_IDX);
    507505}
    508 
    509506
    510507errno_t exfat_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
     
    885882}
    886883
    887 
    888884fs_index_t exfat_index_get(fs_node_t *fn)
    889885{
     
    12321228        block_fini(service_id);
    12331229}
    1234 
    12351230
    12361231/*
Note: See TracChangeset for help on using the changeset viewer.