Changeset eaf5e86 in mainline for uspace/drv/bus/usb/xhci/endpoint.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/endpoint.h

    rac18b08 reaf5e86  
    5656/** Connector structure linking endpoint context to the endpoint. */
    5757typedef struct xhci_endpoint {
    58   uint32_t slot_id;
     58        uint32_t slot_id;
    5959} xhci_endpoint_t;
    6060
     
    6464static inline xhci_endpoint_t * endpoint_get(const endpoint_t *ep)
    6565{
    66   assert(ep);
    67   return ep->hc_data.data;
     66        assert(ep);
     67        return ep->hc_data.data;
    6868}
    6969
Note: See TracChangeset for help on using the changeset viewer.