Browse Source

`make clang-format`

Tatsuhiro Tsujikawa 8 years ago
parent
commit
388ae843ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/WinTLSSession.h

+ 1 - 1
src/WinTLSSession.h

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