[AntiCheat] Fix indentation

This commit is contained in:
momo5502 2017-06-03 00:27:05 +02:00
parent 089c0d152c
commit 91871fd0d4

View File

@ -413,7 +413,7 @@ namespace Components
}
}
auto freeSid = [] (void* sid)
auto freeSid = [](void* sid)
{
if (sid)
{
@ -421,7 +421,7 @@ namespace Components
}
};
allocator.reference(hToken, [] (void* hToken)
allocator.reference(hToken, [](void* hToken)
{
if (hToken)
{