diff --git a/scoped_ptr_example_test.cpp b/scoped_ptr_example_test.cpp index 3629ec8..1b77af2 100644 --- a/scoped_ptr_example_test.cpp +++ b/scoped_ptr_example_test.cpp @@ -7,4 +7,4 @@ int main() example my_example; my_example.do_something(); return 0; -} \ No newline at end of file +} diff --git a/shared_ptr_example2_test.cpp b/shared_ptr_example2_test.cpp index 1e9886b..3a2cf53 100644 --- a/shared_ptr_example2_test.cpp +++ b/shared_ptr_example2_test.cpp @@ -12,4 +12,4 @@ int main() c = a; c.do_something(); return 0; -} \ No newline at end of file +}