From d0fd67c3616a8cf781c58089e3203bcbcc4c5bce Mon Sep 17 00:00:00 2001
From: jsing <>
Date: Sun, 14 Nov 2021 08:21:47 +0000
Subject: Put curly brace on the correct line.

---
 src/lib/libcrypto/x509/x509_verify.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'src/lib')

diff --git a/src/lib/libcrypto/x509/x509_verify.c b/src/lib/libcrypto/x509/x509_verify.c
index 4698d2f8b7..e7493fdbf0 100644
--- a/src/lib/libcrypto/x509/x509_verify.c
+++ b/src/lib/libcrypto/x509/x509_verify.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_verify.c,v 1.52 2021/11/07 15:51:23 tb Exp $ */
+/* $OpenBSD: x509_verify.c,v 1.53 2021/11/14 08:21:47 jsing Exp $ */
 /*
  * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
  *
@@ -771,7 +771,8 @@ x509_verify_cert_hostname(struct x509_verify_ctx *ctx, X509 *cert, char *name)
 }
 
 static int
-x509_verify_set_check_time(struct x509_verify_ctx *ctx) {
+x509_verify_set_check_time(struct x509_verify_ctx *ctx)
+{
 	if (ctx->xsc != NULL)  {
 		if (ctx->xsc->param->flags & X509_V_FLAG_USE_CHECK_TIME) {
 			ctx->check_time = &ctx->xsc->param->check_time;
-- 
cgit v1.2.3-55-g6feb