diff options
Diffstat (limited to 'include/ocl/smart_ptr.hpp')
| -rw-r--r-- | include/ocl/smart_ptr.hpp | 2 |
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 |
