summaryrefslogtreecommitdiffhomepage
path: root/example/smart_ptr_example/example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/smart_ptr_example/example.cpp')
-rw-r--r--example/smart_ptr_example/example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/smart_ptr_example/example.cpp b/example/smart_ptr_example/example.cpp
index abe5aaf..fbf8f3d 100644
--- a/example/smart_ptr_example/example.cpp
+++ b/example/smart_ptr_example/example.cpp
@@ -16,5 +16,5 @@ auto main(int argc, char** argv) -> int
ocl::tracked_ptr<int> tracked = ocl::make_tracked<int>(10);
*smart << *tracked << "\n";
- return EXIT_SUCCESS;
+ return EXIT_SUCCESS;
}