aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/maxlen.h
diff options
context:
space:
mode:
authoralex <alex@yandex-team.ru>2022-02-10 16:51:51 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:51 +0300
commitb56e9714f9a7111f34a925e91abb846279eaea36 (patch)
tree449d63917be73cdf0e406eaee8d0418040bb4ad6 /util/system/maxlen.h
parentd0f89086919ec3db69c052ff2c1e28735a440dee (diff)
downloadydb-b56e9714f9a7111f34a925e91abb846279eaea36.tar.gz
Restoring authorship annotation for <alex@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/maxlen.h')
-rw-r--r--util/system/maxlen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/maxlen.h b/util/system/maxlen.h
index e1ff7f5008..dced4999a3 100644
--- a/util/system/maxlen.h
+++ b/util/system/maxlen.h
@@ -20,13 +20,13 @@
#define PATH_MAX _MAX_PATH
#endif
#else
-
+
#ifndef MAX_PATH
#define MAX_PATH PATH_MAX
#endif
-
+
#ifndef _MAX_PATH
#define _MAX_PATH PATH_MAX
#endif
-
-#endif
+
+#endif