diff options
author | ivanmorozov <[email protected]> | 2022-02-10 16:47:33 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:33 +0300 |
commit | cba5d9a444e2cfe105f55ccda66cd21d50440017 (patch) | |
tree | 79983e83d1a91aebeb1999338090eec69e24cc33 /util/system/env.cpp | |
parent | eb540cc7a103419462d0cc870ca403966e2194c6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/env.cpp')
-rw-r--r-- | util/system/env.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/env.cpp b/util/system/env.cpp index ead9b566a5f..33b9288e2de 100644 --- a/util/system/env.cpp +++ b/util/system/env.cpp @@ -3,13 +3,13 @@ #include <util/generic/string.h> #include <util/generic/yexception.h> -#ifdef _win_ +#ifdef _win_ #include <util/generic/vector.h> #include "winint.h" #else #include <cerrno> #include <cstdlib> -#endif +#endif /** * On Windows there may be many copies of enviroment variables, there at least two known, one is |