aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/flock.h
diff options
context:
space:
mode:
authoraavdonkin <aavdonkin@yandex-team.ru>2022-02-10 16:49:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:57 +0300
commitefc32853c4263131bc59412eaf1a9e4aaae2a1f9 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/flock.h
parentfc8d3fe40009fab7705035e6ffdc3eb334307c80 (diff)
downloadydb-efc32853c4263131bc59412eaf1a9e4aaae2a1f9.tar.gz
Restoring authorship annotation for <aavdonkin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/flock.h')
-rw-r--r--util/system/flock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/flock.h b/util/system/flock.h
index 4441cad955..797b1970a1 100644
--- a/util/system/flock.h
+++ b/util/system/flock.h
@@ -14,7 +14,7 @@ static inline int Flock(int fd, int op) {
}
#else // not _unix_
-
+
#ifdef __cplusplus
extern "C" {
#endif