From 6dfe0896e3a5e2345dc55b978338416767915f13 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 16 Feb 2002 16:14:16 +0000 Subject: [PATCH] Untabified. [SVN r12838] --- shared_ptr_mt_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared_ptr_mt_test.cpp b/shared_ptr_mt_test.cpp index ac1dac1..af48918 100644 --- a/shared_ptr_mt_test.cpp +++ b/shared_ptr_mt_test.cpp @@ -143,9 +143,9 @@ int const m = 16; // threads int main() { - std::puts(title); + std::puts(title); - boost::shared_ptr pi(new int); + boost::shared_ptr pi(new int); pthread_t a[m];