aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/fstat.h
diff options
context:
space:
mode:
authoryazevnul <yazevnul@yandex-team.ru>2022-02-10 16:46:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:48 +0300
commit9abfb1a53b7f7b791444d1378e645d8fad9b06ed (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /util/system/fstat.h
parent8cbc307de0221f84c80c42dcbe07d40727537e2c (diff)
downloadydb-9abfb1a53b7f7b791444d1378e645d8fad9b06ed.tar.gz
Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/fstat.h')
-rw-r--r--util/system/fstat.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/system/fstat.h b/util/system/fstat.h
index 46d3db8a05..64e79e1b55 100644
--- a/util/system/fstat.h
+++ b/util/system/fstat.h
@@ -23,11 +23,11 @@ struct TFileStat {
public:
TFileStat();
- bool IsNull() const noexcept;
+ bool IsNull() const noexcept;
- bool IsFile() const noexcept;
- bool IsDir() const noexcept;
- bool IsSymlink() const noexcept;
+ bool IsFile() const noexcept;
+ bool IsDir() const noexcept;
+ bool IsSymlink() const noexcept;
explicit TFileStat(const TFile& f);
explicit TFileStat(FHANDLE f);
@@ -35,8 +35,8 @@ public:
TFileStat(const TString& fileName, bool nofollow = false);
TFileStat(const char* fileName, bool nofollow = false);
- friend bool operator==(const TFileStat& l, const TFileStat& r) noexcept;
- friend bool operator!=(const TFileStat& l, const TFileStat& r) noexcept;
+ friend bool operator==(const TFileStat& l, const TFileStat& r) noexcept;
+ friend bool operator!=(const TFileStat& l, const TFileStat& r) noexcept;
private:
void MakeFromFileName(const char* fileName, bool nofollow);