From 8e2394ed661dd223fb02b3a63fb03ca869bad44c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Dec 2025 21:56:37 +0100 Subject: feat: fix tabs in example and add doc folder. Signed-off-by: Amlal El Mahrouss --- example/smart_ptr_example/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/smart_ptr_example/example.cpp') 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 tracked = ocl::make_tracked(10); *smart << *tracked << "\n"; - return EXIT_SUCCESS; + return EXIT_SUCCESS; } -- cgit v1.2.3