Changeset f73b291 in mainline for uspace/drv/bus/usb/usbmast/main.c


Ignore:
Timestamp:
2012-08-16T18:40:56Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dbf2ca4
Parents:
13c4fe0
Message:

libblock.{c|h} → block.{c|h}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmast/main.c

    r13c4fe0 rf73b291  
    100100static usbmast_fun_t *bd_srv_usbmast(bd_srv_t *bd)
    101101{
    102         return (usbmast_fun_t *)bd->srvs->sarg;
     102        return (usbmast_fun_t *) bd->srvs->sarg;
    103103}
    104104
Note: See TracChangeset for help on using the changeset viewer.