mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Minor indentation fix
This commit is contained in:
parent
6a010bc09c
commit
a4a48255bc
|
@ -1695,7 +1695,7 @@ int fs_is_dir(const char *path)
|
||||||
|
|
||||||
time_t fs_getmtime(const char *path)
|
time_t fs_getmtime(const char *path)
|
||||||
{
|
{
|
||||||
struct stat sb;
|
struct stat sb;
|
||||||
if (stat(path, &sb) == -1)
|
if (stat(path, &sb) == -1)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue