From 5eb2fa82f33a5aa1d33d4065f7727f326752f66c Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 30 Jun 2022 08:25:56 +0000 Subject: [PATCH] whitespace nit --- lib/libcrypto/asn1/a_time_tm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/asn1/a_time_tm.c b/lib/libcrypto/asn1/a_time_tm.c index 9ddae82768e..88deec1d2ab 100644 --- a/lib/libcrypto/asn1/a_time_tm.c +++ b/lib/libcrypto/asn1/a_time_tm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_time_tm.c,v 1.22 2022/06/29 08:56:44 beck Exp $ */ +/* $OpenBSD: a_time_tm.c,v 1.23 2022/06/30 08:25:56 tb Exp $ */ /* * Copyright (c) 2015 Bob Beck * @@ -285,7 +285,7 @@ asn1_time_parse_cbs(const CBS *cbs, int is_gentime, struct tm *out_tm) if (!CBS_get_u8(©, &tz)) return 0; - if ( tz != 'Z') + if (tz != 'Z') return 0; /* Reject anything but Z on the end. */ if (CBS_len(©) != 0) -- 2.20.1