fix misplaced namespace closing brace

This commit is contained in:
Dmitri Goutnik 2016-12-10 09:59:03 -05:00
parent 559c30d01e
commit afe67ab9a0

View File

@ -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