aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libevent/include/event2/event-config.h
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/libevent/include/event2/event-config.h
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libevent/include/event2/event-config.h')
-rw-r--r--contrib/libs/libevent/include/event2/event-config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/libevent/include/event2/event-config.h b/contrib/libs/libevent/include/event2/event-config.h
index 9cdeecc84b..8a6043c9ba 100644
--- a/contrib/libs/libevent/include/event2/event-config.h
+++ b/contrib/libs/libevent/include/event2/event-config.h
@@ -1,13 +1,13 @@
#pragma once
#if defined(__APPLE__)
-# include "event-config-osx.h"
-#elif defined(_MSC_VER)
-# include "event-config-win.h"
-#else
-# include "event-config-linux.h"
+# include "event-config-osx.h"
+#elif defined(_MSC_VER)
+# include "event-config-win.h"
+#else
+# include "event-config-linux.h"
#endif
#if defined(_musl_)
-# include "event-config-musl.h"
+# include "event-config-musl.h"
#endif