From 8fcbe95e98bd7eead4d771cab0ffbe3b45660c84 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 13:43:07 -0600 Subject: [PATCH] fs_xattr.hpp --- src/fs_xattr.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fs_xattr.hpp b/src/fs_xattr.hpp index f1412d19..bc266879 100644 --- a/src/fs_xattr.hpp +++ b/src/fs_xattr.hpp @@ -66,9 +66,9 @@ namespace fs int set(const int fd, const map &attrs); int set(const fs::path &path, - const string &key, - const string &value, - const int flags); + const string &key, + const string &value, + const int flags); int set(const string &path, const map &attrs);