From afe67ab9a0adfac3b2534809d0a4454ce3b3b277 Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Sat, 10 Dec 2016 09:59:03 -0500 Subject: [PATCH] fix misplaced namespace closing brace --- encfs/encfs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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