mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 01:21:03 +00:00
Three spaces indentation instead of tabs
This commit is contained in:
parent
4171b49b44
commit
16159a751f
@ -21,7 +21,7 @@ static const char * modes[]={ "rb", "wb", "r+b" };
|
|||||||
|
|
||||||
struct nbio_t* nbio_open(const char * filename, enum nbio_mode_t mode)
|
struct nbio_t* nbio_open(const char * filename, enum nbio_mode_t mode)
|
||||||
{
|
{
|
||||||
struct nbio_t* handle;
|
struct nbio_t* handle = NULL;
|
||||||
FILE* f=fopen(filename, modes[mode]);
|
FILE* f=fopen(filename, modes[mode]);
|
||||||
if (!f)
|
if (!f)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user