Changeset eaf5e86 in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-10-11T13:18:54Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63adb18
Parents:
ac18b08
Message:

xhci: whitespace fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hc.h

    rac18b08 reaf5e86  
    4545
    4646typedef struct xhci_virt_device_ctx {
    47     xhci_device_ctx_t *dev_ctx;
    48     xhci_trb_ring_t *trs[XHCI_EP_COUNT];
     47        xhci_device_ctx_t *dev_ctx;
     48        xhci_trb_ring_t *trs[XHCI_EP_COUNT];
    4949} xhci_virt_device_ctx_t;
    5050
Note: See TracChangeset for help on using the changeset viewer.