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/exfat/exfat_directory.c

    r8ebe212 r18b6a88  
    455455                if (i == df.file.count - 2) {
    456456                        chars = ds.stream.name_size -
    457                             EXFAT_NAME_PART_LEN*(df.file.count - 2);
     457                            EXFAT_NAME_PART_LEN * (df.file.count - 2);
    458458                }
    459459
Note: See TracChangeset for help on using the changeset viewer.