mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Indenting nits
This commit is contained in:
parent
390a7d76c6
commit
fa08613637
@ -51,10 +51,10 @@ struct magic_entry
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct magic_entry MAGIC_NUMBERS[] = {
|
static struct magic_entry MAGIC_NUMBERS[] = {
|
||||||
{"ps1", "\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x02\x00\x02\x00"},
|
{"ps1", "\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x02\x00\x02\x00"},
|
||||||
{"pcecd", "\x82\xb1\x82\xcc\x83\x76\x83\x8d\x83\x4f\x83\x89\x83\x80\x82\xcc\x92"},
|
{"pcecd", "\x82\xb1\x82\xcc\x83\x76\x83\x8d\x83\x4f\x83\x89\x83\x80\x82\xcc\x92"},
|
||||||
{"scd", "\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x02\x00\x01\x53"},
|
{"scd", "\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x02\x00\x01\x53"},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
static ssize_t get_token(RFILE *fd, char *token, size_t max_len)
|
static ssize_t get_token(RFILE *fd, char *token, size_t max_len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user