Untabified.

[SVN r12838]
This commit is contained in:
Peter Dimov
2002-02-16 16:14:16 +00:00
parent 9f295cbb48
commit 6dfe0896e3

View File

@ -143,9 +143,9 @@ int const m = 16; // threads
int main()
{
std::puts(title);
std::puts(title);
boost::shared_ptr<int> pi(new int);
boost::shared_ptr<int> pi(new int);
pthread_t a[m];