code indentation level

This commit is contained in:
Kontinuation 2014-05-19 22:34:57 +08:00
parent 6e92bdc01e
commit dabbf94cfb

View File

@ -120,8 +120,8 @@ public:
}
SharedPtr(C* ptr)
try :
_pCounter(new RC), _ptr(ptr)
try :
_pCounter(new RC), _ptr(ptr)
{
}
catch (...) {