Ignore:
Timestamp:
05/25/07 21:11:36 (5 years ago)
Author:
aj
Message:

indent changes only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/sys-bsd.c

    r941 r964  
    313313int ifd_sysdep_usb_open(const char *device) 
    314314{ 
    315         return open(device, O_RDWR); 
     315        return open(device, O_RDWR); 
    316316} 
    317317 
     
    378378 
    379379                        /* FIXME: if we don't find a driver with vendor/product 
    380                          * then check for the interface type (ccid) and use 
    381                          * driver ccid... */ 
     380                         * then check for the interface type (ccid) and use 
     381                         * driver ccid... */ 
    382382 
    383383                        if (!(driver = ifd_driver_for_id(&id))) 
     
    385385#ifdef __OpenBSD__ 
    386386                        snprintf(typedev, sizeof(typedev), 
    387                                 "usb:/dev/%s.00", device_info.udi_devnames[0]); 
     387                                 "usb:/dev/%s.00", device_info.udi_devnames[0]); 
    388388#else 
    389389                        snprintf(typedev, sizeof(typedev), 
    390390                                 "usb:/dev/%s", device_info.udi_devnames[0]); 
    391 #endif  /* __OpenBSD__ */ 
     391#endif                          /* __OpenBSD__ */ 
    392392 
    393393                        ifd_spawn_handler(driver, typedev, -1); 
Note: See TracChangeset for help on using the changeset viewer.