diff options
author | Nikita Slyusarev <[email protected]> | 2022-02-10 16:46:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:53 +0300 |
commit | 469afdc4e2587bf62ecdd096b75a0baa444c4012 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /util/folder/pathsplit.cpp | |
parent | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (diff) |
Restoring authorship annotation for Nikita Slyusarev <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/pathsplit.cpp')
-rw-r--r-- | util/folder/pathsplit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/folder/pathsplit.cpp b/util/folder/pathsplit.cpp index d69aaf8d94c..81d439a727b 100644 --- a/util/folder/pathsplit.cpp +++ b/util/folder/pathsplit.cpp @@ -1,7 +1,7 @@ #include "pathsplit.h" -#include "dirut.h" - +#include "dirut.h" + #include <util/stream/output.h> #include <util/generic/yexception.h> @@ -24,7 +24,7 @@ void TPathSplitTraitsUnix::DoParseFirstPart(const TStringBuf part) { } if (IsAbsolutePath(part)) { - IsAbsolute = true; + IsAbsolute = true; } DoParsePart(part); |