Changeset b752a31 in mainline for uspace/lib/c/generic/vfs/canonify.c


Ignore:
Timestamp:
2018-03-26T16:19:12Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af60409
Parents:
0ba88ae
Message:

Strip trailing whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vfs/canonify.c

    r0ba88ae rb752a31  
    9999        while (cur->stop[i] && cur->stop[i] != '/')
    100100                i++;
    101        
     101
    102102        ret.kind = TK_COMP;
    103103        ret.start = &cur->stop[1];
Note: See TracChangeset for help on using the changeset viewer.