code indentation level

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

View File

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