fix indent
authortb <tb@openbsd.org>
Fri, 17 Dec 2021 11:25:22 +0000 (11:25 +0000)
committertb <tb@openbsd.org>
Fri, 17 Dec 2021 11:25:22 +0000 (11:25 +0000)
lib/libcrypto/ct/ct_sct.c

index 7f7be0d..ba02955 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ct_sct.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
+/*     $OpenBSD: ct_sct.c,v 1.5 2021/12/17 11:25:22 tb Exp $ */
 /*
  * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
  *
@@ -248,7 +248,7 @@ SCT_get_signature_nid(const SCT *sct)
                        case 1:
                                return NID_sha256WithRSAEncryption;
                        default:
-                return NID_undef;
+                               return NID_undef;
                        }
                }
        }