Fix some style issues...
[openssl.git] / crypto / ct / ct_sct.c
index 1aec3e2541db7bd5add6622eeeff8c03f23f4472..08676805bd2dc6c3f7ec197da611f140b720210f 100644 (file)
@@ -117,7 +117,7 @@ void SCT_set_timestamp(SCT *sct, uint64_t timestamp)
 
 int SCT_set_signature_nid(SCT *sct, int nid)
 {
-  switch (nid) {
+    switch (nid) {
     case NID_sha256WithRSAEncryption:
         sct->hash_alg = TLSEXT_hash_sha256;
         sct->sig_alg = TLSEXT_signature_rsa;