More de-tabification

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30735 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-10-08 14:24:17 +00:00
parent e52600eb67
commit 227c7af9b3

View file

@ -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 )