Changeset c2e50d7 in mainline for uspace/srv/fs/mfs/mfs_ops.c


Ignore:
Timestamp:
2011-11-11T19:47:49Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54464f6a
Parents:
48902fa
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs_ops.c

    r48902fa rc2e50d7  
    837837found:
    838838                async_data_read_finalize(callid, d_info.d_name,
    839                                         str_size(d_info.d_name) + 1);
     839                    str_size(d_info.d_name) + 1);
    840840                bytes = ((pos - spos) + 1);
    841841        } else {
Note: See TracChangeset for help on using the changeset viewer.