Changeset 18b6a88 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c


Ignore:
Timestamp:
2018-04-15T09:35:04Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1f44ca
Parents:
8ebe212
Message:

More ccheck fixes, sometimes with manual intervention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_ops.c

    r8ebe212 r18b6a88  
    238238static bool rm_service_id_nodes(ht_link_t *item, void *arg)
    239239{
    240         service_id_t sid = *(service_id_t*)arg;
     240        service_id_t sid = *(service_id_t *)arg;
    241241        tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
    242242
Note: See TracChangeset for help on using the changeset viewer.