aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/maxlen.h
diff options
context:
space:
mode:
authordasha <dasha@yandex-team.ru>2022-02-10 16:51:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:08 +0300
commit9c0c595a1734a50aa8d0af2f62c7df1f65dfff98 (patch)
tree284695e2694054310c537ba9408f8358b25ee731 /util/system/maxlen.h
parent9eecf492d77c54d74426323d3e3735736e54faa3 (diff)
downloadydb-9c0c595a1734a50aa8d0af2f62c7df1f65dfff98.tar.gz
Restoring authorship annotation for <dasha@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/maxlen.h')
-rw-r--r--util/system/maxlen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/maxlen.h b/util/system/maxlen.h
index e1ff7f5008..318aaafdb2 100644
--- a/util/system/maxlen.h
+++ b/util/system/maxlen.h
@@ -12,7 +12,7 @@
#define URL_MAX 1024
#endif
#define FULLURL_MAX (URL_MAX + HOST_MAX)
-
+
#define LINKTEXT_MAX 1024
#ifdef WIN32