Changeset eaf5e86 in mainline for uspace/drv/bus/usb/xhci/main.c


Ignore:
Timestamp:
2017-10-11T13:18:54Z (8 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/main.c

    rac18b08 reaf5e86  
    6666                .schedule       = hcd_schedule,
    6767                .irq_hook       = hcd_interrupt,
    68                 .ep_add_hook    = endpoint_init,
    69                 .ep_remove_hook = endpoint_fini,
     68                .ep_add_hook    = endpoint_init,
     69                .ep_remove_hook = endpoint_fini,
    7070                .status_hook    = hcd_status,
    7171        }
Note: See TracChangeset for help on using the changeset viewer.