aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tld/tld.h
diff options
context:
space:
mode:
authormowgli <mowgli@yandex-team.ru>2022-02-10 16:49:25 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:25 +0300
commit89afbbe4ca0e02e386dd4df08f7945f190dc1b84 (patch)
treec4772201af6215d48734691b8796e4cfc77c2ac8 /library/cpp/tld/tld.h
parent7510cec1516d17cbc8d7749974e36aa45f547a26 (diff)
downloadydb-89afbbe4ca0e02e386dd4df08f7945f190dc1b84.tar.gz
Restoring authorship annotation for <mowgli@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/tld/tld.h')
-rw-r--r--library/cpp/tld/tld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/tld/tld.h b/library/cpp/tld/tld.h
index 9e241de090..7c2061717a 100644
--- a/library/cpp/tld/tld.h
+++ b/library/cpp/tld/tld.h
@@ -17,12 +17,12 @@ namespace NTld {
inline bool InTld(const TStringBuf& host) {
return IsTld(FindTld(host));
}
-
+
// check if @s belongs to a "good" subset of reliable TLDs, defined in tld.cpp
bool IsVeryGoodTld(const TStringBuf& tld);
-
+
inline bool InVeryGoodTld(const TStringBuf& host) {
return IsVeryGoodTld(FindTld(host));
}
-
-}
+
+}