Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/vhc/hub/virthubops.c

    rb2aaaa0 r09ab0a9a  
    8484        }
    8585
    86 
    8786        uint8_t change_map = hub_get_status_change_bitmap(hub);
    8887
     
    340339}
    341340
    342 
    343 
    344341/** Recipient: other. */
    345342#define REC_OTHER USB_REQUEST_RECIPIENT_OTHER
     
    347344#define REC_DEVICE USB_REQUEST_RECIPIENT_DEVICE
    348345
    349 
    350346/** Hub operations on control endpoint zero. */
    351347static usbvirt_control_request_handler_t endpoint_zero_handlers[] = {
     
    409405        }
    410406};
    411 
    412407
    413408/** Hub operations. */
Note: See TracChangeset for help on using the changeset viewer.