Fix indent
authortb <tb@openbsd.org>
Mon, 28 Nov 2022 18:33:56 +0000 (18:33 +0000)
committertb <tb@openbsd.org>
Mon, 28 Nov 2022 18:33:56 +0000 (18:33 +0000)
usr.sbin/rpki-client/cms.c

index f4adecf..72e9972 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cms.c,v 1.23 2022/11/26 12:36:19 tb Exp $ */
+/*     $OpenBSD: cms.c,v 1.24 2022/11/28 18:33:56 tb Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -296,7 +296,7 @@ cms_parse_validate(X509 **xp, const char *fn, const unsigned char *der,
 
        if (!cms_parse_validate_internal(xp, fn, der, derlen, oid, NULL, &res,
            rsz))
-                return NULL;
+               return NULL;
 
        return res;
 }