Changeset 918:b6eadd7797e4 in roaraudio


Ignore:
Timestamp:
12/06/08 23:12:25 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected indenting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r886 r918  
    4545 off_t   (*lseek)(int fildes, off_t offset, int whence, void * inst); 
    4646*/ 
    47 ssize_t (*read )(struct roar_vio_calls * vio, void *buf, size_t count); 
    48 ssize_t (*write)(struct roar_vio_calls * vio, void *buf, size_t count); 
    49 off_t   (*lseek)(struct roar_vio_calls * vio, off_t offset, int whence); 
     47 ssize_t (*read )(struct roar_vio_calls * vio, void *buf, size_t count); 
     48 ssize_t (*write)(struct roar_vio_calls * vio, void *buf, size_t count); 
     49 off_t   (*lseek)(struct roar_vio_calls * vio, off_t offset, int whence); 
    5050}; 
    5151 
Note: See TracChangeset for help on using the changeset viewer.