From 394c01484a97960d09ceea6dc1d79baf2df7aa27 Mon Sep 17 00:00:00 2001 From: Steven Hahn <hahnse@ornl.gov> Date: Sun, 22 Nov 2015 18:10:03 -0500 Subject: [PATCH] Terminate namespace with comment. --- Framework/Kernel/inc/MantidKernel/make_unique.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Kernel/inc/MantidKernel/make_unique.h b/Framework/Kernel/inc/MantidKernel/make_unique.h index 3240411e1fa..22a084e99c4 100644 --- a/Framework/Kernel/inc/MantidKernel/make_unique.h +++ b/Framework/Kernel/inc/MantidKernel/make_unique.h @@ -46,6 +46,6 @@ inline typename _Unique_if<T>::_Single_object make_unique(Args &&... args) { template <class T, class... Args> inline typename _Unique_if<T>::_Known_bound make_unique(Args &&...) = delete; #endif // __cplusplus == 201402L -} -} +} // namespace Kernel +} // namespace Mantid #endif // Mantid_make_unique_h -- GitLab