Changeset 58563585 in mainline for uspace/app/usbinfo/list.c


Ignore:
Timestamp:
2016-08-31T11:15:39Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10cb47e
Parents:
7a67416
Message:

code review and cstyle cleanup (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/list.c

    r7a67416 r58563585  
    148148        }
    149149
    150         for (unsigned i = 0; i < count; ++i) {
     150        for (unsigned int i = 0; i < count; ++i) {
    151151                print_usb_bus(svcs[i]);
    152152        }
Note: See TracChangeset for help on using the changeset viewer.