Fix comment style
authortb <tb@openbsd.org>
Sun, 13 Nov 2022 23:38:42 +0000 (23:38 +0000)
committertb <tb@openbsd.org>
Sun, 13 Nov 2022 23:38:42 +0000 (23:38 +0000)
lib/libcrypto/x509/x509_asid.c

index 6c73018..e9db8bd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: x509_asid.c,v 1.35 2022/07/30 17:50:17 tb Exp $ */
+/*     $OpenBSD: x509_asid.c,v 1.36 2022/11/13 23:38:42 tb Exp $ */
 /*
  * Contributed to the OpenSSL Project by the American Registry for
  * Internet Numbers ("ARIN").
@@ -562,8 +562,8 @@ ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice)
        }
 
        /*
-       * Check for inverted range.
-       */
+        * Check for inverted range.
+        */
        i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1;
        {
                ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,