diff options
author | grascm <grascm@yandex-team.ru> | 2022-02-10 16:46:41 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:41 +0300 |
commit | c3d34b9b40eb534dfd2c549342274f3d61844688 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/jwt-cpp/picojson.h | |
parent | a079c16e82e5b8f89b6a051027860a43461eac8e (diff) | |
download | ydb-c3d34b9b40eb534dfd2c549342274f3d61844688.tar.gz |
Restoring authorship annotation for <grascm@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/jwt-cpp/picojson.h')
-rw-r--r-- | contrib/libs/jwt-cpp/picojson.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/jwt-cpp/picojson.h b/contrib/libs/jwt-cpp/picojson.h index 92a8041b5b..c2321e9728 100644 --- a/contrib/libs/jwt-cpp/picojson.h +++ b/contrib/libs/jwt-cpp/picojson.h @@ -75,11 +75,11 @@ extern "C" { // experimental support for int64_t (see README.mkdn for detail) #ifdef PICOJSON_USE_INT64 - -#ifndef __STDC_FORMAT_MACROS + +#ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS -#endif - +#endif + #include <errno.h> #include <inttypes.h> #endif @@ -1169,4 +1169,4 @@ inline std::ostream &operator<<(std::ostream &os, const picojson::value &x) { #pragma warning(pop) #endif -#endif
\ No newline at end of file +#endif
\ No newline at end of file |