More de-tabification
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30735 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e52600eb67
commit
227c7af9b3
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ struct header_t
|
|||
};
|
||||
|
||||
struct file_t {
|
||||
struct header_t const* header;
|
||||
byte const* tracks;
|
||||
byte const* end; /* end of file data */
|
||||
struct header_t const* header;
|
||||
byte const* tracks;
|
||||
byte const* end; /* end of file data */
|
||||
};
|
||||
|
||||
static int get_be16( const void *a )
|
||||
|
|
Loading…
Reference in a new issue