mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Whitespace is the root of all evil
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Trinity
|
||||
{
|
||||
public:
|
||||
AutoPtr() : ACE_Strong_Bound_Ptr<Pointer, Lock>() {}
|
||||
|
||||
|
||||
AutoPtr(Pointer* x)
|
||||
{
|
||||
ACE_Strong_Bound_Ptr<Pointer, Lock>::reset(x);
|
||||
|
||||
Reference in New Issue
Block a user