diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 3e827a23..d783fd88 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -345,9 +345,9 @@ namespace FUSE fuse_file_info_t *ffi_) { pt.emplace_or_visit(std::string{fusepath_}, - [](const PTMap::value_type &x_) - { - }); + [](const PTMap::value_type &x_) + { + }); return open2(fusepath_,ffi_); }