Merge pull request #251 from enodata/master

Fix misplaced namespace closing brace
This commit is contained in:
Valient Gough 2016-12-15 12:49:38 -08:00 committed by GitHub
commit d9bd3d260e

View File

@ -741,6 +741,6 @@ int encfs_removexattr(const char *path, const char *name) {
bind(_do_removexattr, _1, _2, name)); bind(_do_removexattr, _1, _2, name));
} }
} // namespace encfs
#endif // HAVE_XATTR #endif // HAVE_XATTR
} // namespace encfs