mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -383,7 +383,7 @@ std::time_t last_modified(std::string const &Filename)
|
||||
{
|
||||
const std::string fn = Filename;
|
||||
struct stat filestat;
|
||||
if (::stat(fn.c_str(), &filestat) == 0)
|
||||
if (stat(fn.c_str(), &filestat) == 0)
|
||||
return filestat.st_mtime;
|
||||
else
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user