diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /util/system | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/platform.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/platform.h b/util/system/platform.h index 58f310ab34..3b22052460 100644 --- a/util/system/platform.h +++ b/util/system/platform.h @@ -44,10 +44,10 @@ #endif #endif -#if defined(__IOS__) +#if defined(__IOS__) #define _ios_ -#endif - +#endif + #if defined(_linux_) #if defined(_musl_) // nothing to do |