aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libevent
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/libevent
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
downloadydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libevent')
-rw-r--r--contrib/libs/libevent/include/event2/event-config-musl.h8
-rw-r--r--contrib/libs/libevent/include/event2/event-config.h2
-rw-r--r--contrib/libs/libevent/ya.make4
3 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/libevent/include/event2/event-config-musl.h b/contrib/libs/libevent/include/event2/event-config-musl.h
index 7b4fabd32d..ad8d2179b3 100644
--- a/contrib/libs/libevent/include/event2/event-config-musl.h
+++ b/contrib/libs/libevent/include/event2/event-config-musl.h
@@ -1,7 +1,7 @@
-#pragma once
-
-#include "event-config-linux.h"
-
+#pragma once
+
+#include "event-config-linux.h"
+
#undef EVENT__HAVE_DECL_CTL_KERN
#undef EVENT__HAVE_DECL_KERN_RANDOM
#undef EVENT__HAVE_DECL_RANDOM_UUID
diff --git a/contrib/libs/libevent/include/event2/event-config.h b/contrib/libs/libevent/include/event2/event-config.h
index 8a6043c9ba..3e13074b80 100644
--- a/contrib/libs/libevent/include/event2/event-config.h
+++ b/contrib/libs/libevent/include/event2/event-config.h
@@ -8,6 +8,6 @@
# include "event-config-linux.h"
#endif
-#if defined(_musl_)
+#if defined(_musl_)
# include "event-config-musl.h"
#endif
diff --git a/contrib/libs/libevent/ya.make b/contrib/libs/libevent/ya.make
index acfe9868c6..2710275d40 100644
--- a/contrib/libs/libevent/ya.make
+++ b/contrib/libs/libevent/ya.make
@@ -11,8 +11,8 @@ OWNER(
VERSION(2.1.12)
-ORIGINAL_SOURCE(https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz)
-
+ORIGINAL_SOURCE(https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz)
+
LICENSE(
BSD-3-Clause AND
CC-PDDC AND