mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-02 17:50:53 +02:00
code indentation level
This commit is contained in:
parent
6e92bdc01e
commit
dabbf94cfb
@ -120,8 +120,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
SharedPtr(C* ptr)
|
SharedPtr(C* ptr)
|
||||||
try :
|
try :
|
||||||
_pCounter(new RC), _ptr(ptr)
|
_pCounter(new RC), _ptr(ptr)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
catch (...) {
|
catch (...) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user