update format

Change-Id: I1d951f107cbf9b3d8ababcac80da8dc62270c758
diff --git a/src/protocol-detail/crypto-helper.cpp b/src/protocol-detail/crypto-helper.cpp
index 6ff58cc..389e0b4 100644
--- a/src/protocol-detail/crypto-helper.cpp
+++ b/src/protocol-detail/crypto-helper.cpp
@@ -40,7 +40,8 @@
 
 NDN_LOG_INIT(ndncert.cryptosupport);
 
-struct ECDHState::ECDH_CTX {
+struct ECDHState::ECDH_CTX
+{
   int EC_NID;
   EVP_PKEY_CTX* ctx_params;
   EVP_PKEY_CTX* ctx_keygen;
diff --git a/src/protocol-detail/crypto-helper.hpp b/src/protocol-detail/crypto-helper.hpp
index 5f76ba8..baa2e66 100644
--- a/src/protocol-detail/crypto-helper.hpp
+++ b/src/protocol-detail/crypto-helper.hpp
@@ -30,7 +30,8 @@
 static const uint8_t INFO[] = {0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8, 0xf9};
 static const int AES_128_KEY_LEN = 16;
 
-class ECDHState {
+class ECDHState
+{
 public:
   ECDHState();
   ~ECDHState();