Skip to content

Commit 2c93060

Browse files
committed
x509storeissuer: unify funtion definition formatting
Signed-off-by: Eugene Syromiatnikov <[email protected]>
1 parent 9686e25 commit 2c93060

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/x509storeissuer.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ make_nonce(struct nonce_cfg *cfg)
139139
}
140140
}
141141

142-
static void do_x509storeissuer(size_t num)
142+
static void
143+
do_x509storeissuer(size_t num)
143144
{
144145
X509_STORE_CTX *ctx = X509_STORE_CTX_new();
145146
X509 *issuer = NULL;
@@ -224,7 +225,8 @@ parse_int(const char * const s, long long min, long long max,
224225
return ret;
225226
}
226227

227-
int main(int argc, char *argv[])
228+
int
229+
main(int argc, char *argv[])
228230
{
229231
int i;
230232
OSSL_TIME duration;

0 commit comments

Comments
 (0)