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);