From 61d8b6d054abd2589576e23e4e1ed1e86d6e6876 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 22 Apr 2025 11:35:22 -0500 Subject: [PATCH] refactor --- repertory/librepertory/include/drives/fuse/fuse_drive_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/include/drives/fuse/fuse_drive_base.hpp b/repertory/librepertory/include/drives/fuse/fuse_drive_base.hpp index bdfe981a..2e6d9e3e 100644 --- a/repertory/librepertory/include/drives/fuse/fuse_drive_base.hpp +++ b/repertory/librepertory/include/drives/fuse/fuse_drive_base.hpp @@ -101,7 +101,7 @@ protected: std::string &attribute_name, const std::string &api_path) -> api_error; -#else !defined(__APPLE__) +#else // !defined(__APPLE__) [[nodiscard]] auto parse_xattr_parameters(const char *name, std::string &attribute_name, const std::string &api_path)