mirror of https://github.com/aria2/aria2
clang-format
parent
c7551a173f
commit
eecb5e055e
|
@ -79,7 +79,7 @@ bool File::exists()
|
|||
return fillStat(fstat) == 0;
|
||||
}
|
||||
|
||||
bool File::exists(std::string &err)
|
||||
bool File::exists(std::string& err)
|
||||
{
|
||||
a2_struct_stat fstat;
|
||||
if (fillStat(fstat) != 0) {
|
||||
|
|
Loading…
Reference in New Issue