diff options
author | abikbaev <abikbaev@yandex-team.ru> | 2022-02-10 16:47:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:34 +0300 |
commit | 54d2a0bcf17a67077c3086abd08c0b22737978cf (patch) | |
tree | 55c97c5ff90db58cfa74983ac74f2090b607ce63 /contrib/libs/libidn/stringprep.h | |
parent | addb3626ed629a8c7d9c8c30e87365b478a8c266 (diff) | |
download | ydb-54d2a0bcf17a67077c3086abd08c0b22737978cf.tar.gz |
Restoring authorship annotation for <abikbaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libidn/stringprep.h')
-rw-r--r-- | contrib/libs/libidn/stringprep.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/libidn/stringprep.h b/contrib/libs/libidn/stringprep.h index 9b977d3142..d61d9cb2ab 100644 --- a/contrib/libs/libidn/stringprep.h +++ b/contrib/libs/libidn/stringprep.h @@ -28,12 +28,12 @@ extern "C" #endif #include <stddef.h> /* size_t */ -#ifdef _WIN32 - #include "win/unistd.h" -#else - #include <unistd.h> /* ssize_t */ -#endif -#include "idn-int.h" /* uint32_t */ +#ifdef _WIN32 + #include "win/unistd.h" +#else + #include <unistd.h> /* ssize_t */ +#endif +#include "idn-int.h" /* uint32_t */ /* On Windows, variables that may be in a DLL must be marked * specially. This is only active when not building libidn itself |