diff --git a/encfs/encfs.cpp b/encfs/encfs.cpp index 0529bec..7a0a127 100644 --- a/encfs/encfs.cpp +++ b/encfs/encfs.cpp @@ -741,6 +741,6 @@ int encfs_removexattr(const char *path, const char *name) { bind(_do_removexattr, _1, _2, name)); } -} // namespace encfs - #endif // HAVE_XATTR + +} // namespace encfs