Changeset 9fd8f14 in mainline for uspace/lib/usbdev/src/pipesinit.c


Ignore:
Timestamp:
2017-12-20T13:40:07Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
47a9633
Parents:
83fb72e
Message:

libusbdev: syntax corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/pipesinit.c

    r83fb72e r9fd8f14  
    212212        unsigned bytes_per_interval = 0;
    213213        unsigned mult = 0;
    214         if(companion_desc) {
     214        if (companion_desc) {
    215215                max_burst = companion_desc->max_burst;
    216216                max_streams = SS_COMPANION_MAX_STREAMS(companion_desc->attributes);
Note: See TracChangeset for help on using the changeset viewer.