summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/smart_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/smart_ptr.hpp')
-rw-r--r--include/ocl/smart_ptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/smart_ptr.hpp b/include/ocl/smart_ptr.hpp
index 92c63fe..23400e2 100644
--- a/include/ocl/smart_ptr.hpp
+++ b/include/ocl/smart_ptr.hpp
@@ -26,7 +26,7 @@ namespace ocl
{
return shared_ptr<Type>{object, boost::null_deleter{}};
}
-
+
} // namespace ocl
#endif // ifndef __OCL_SMART_PTR