aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/fs_win.cpp
diff options
context:
space:
mode:
authordmasloff <dmasloff@yandex-team.com>2024-08-17 23:33:42 +0300
committerdmasloff <dmasloff@yandex-team.com>2024-08-17 23:43:45 +0300
commit69340f4614e853b9319df4b454ab7497711ee3cd (patch)
tree9902a3e2f58fe0bd9a157e7b51ad1cc52efa5744 /util/system/fs_win.cpp
parenta905b53ec410defd5d2c40031ef8b34bb50a29f8 (diff)
downloadydb-69340f4614e853b9319df4b454ab7497711ee3cd.tar.gz
Set SpacesInLineCommentPrefix to 1 in /util
Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657
Diffstat (limited to 'util/system/fs_win.cpp')
-rw-r--r--util/system/fs_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/fs_win.cpp b/util/system/fs_win.cpp
index 16a87ff385..7f75d1e8b2 100644
--- a/util/system/fs_win.cpp
+++ b/util/system/fs_win.cpp
@@ -225,7 +225,7 @@ namespace NFsPrivate {
size_t len = rdb->MountPointReparseBuffer.SubstituteNameLength / sizeof(wchar16);
return WideToUTF8(str, len);
}
- //this reparse point is unsupported in arcadia
+ // this reparse point is unsupported in arcadia
return TString();
}
@@ -236,7 +236,7 @@ namespace NFsPrivate {
}
// we can't use this function to get an analog of unix inode due to a lot of NTFS folders do not have this GUID
- //(it will be 'create' case really)
+ // (it will be 'create' case really)
/*
bool GetObjectId(const char* path, GUID* id) {
TFileHandle h = CreateFileWithUtf8Name(path, 0, FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE,