Explorar el Código

`make clang-format`

Tatsuhiro Tsujikawa hace 8 años
padre
commit
388ae843ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
   {