make clang-format

This commit is contained in:
Tatsuhiro Tsujikawa 2016-12-15 22:37:19 +09:00
parent 18a51ce314
commit 388ae843ca

View File

@ -102,7 +102,7 @@ public:
class TLSBuffer : public ::SecBuffer {
public:
TLSBuffer() : ::SecBuffer{}{}
TLSBuffer() : ::SecBuffer{} {}
explicit TLSBuffer(ULONG type, ULONG size, void* data)
{