mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 23:20:06 +02:00
code indentation level
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
|||||||
|
|
||||||
SharedPtr(C* ptr)
|
SharedPtr(C* ptr)
|
||||||
try :
|
try :
|
||||||
_pCounter(new RC), _ptr(ptr)
|
_pCounter(new RC), _ptr(ptr)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
catch (...) {
|
catch (...) {
|
||||||
|
Reference in New Issue
Block a user