summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-01-05 12:37:16 -0800
committerKevin McCarthy <kevin@8t8.us>2019-01-05 12:37:16 -0800
commit177f12acaf3c8b9864c707fbb01b95357544c2ca (patch)
treef9ac6b03d6ea99bd418a36885d421c41118e1a1f /pgp.c
parentefa3afb539b9672ebd6e64cb0c16b98c5f6b8a60 (diff)
Fix a few indenting issues.
These are mostly the result of making the formatting changes commit after the indent changes commit.
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pgp.c b/pgp.c
index cfccce4c..f3b7b495 100644
--- a/pgp.c
+++ b/pgp.c
@@ -825,8 +825,8 @@ int pgp_verify_one (BODY *sigbdy, STATE *s, const char *tempfile)
crypt_current_time (s, "PGP");
if ((thepid = pgp_invoke_verify (NULL, &pgpout, NULL,
- -1, -1, fileno(pgperr),
- tempfile, sigfile)) != -1)
+ -1, -1, fileno(pgperr),
+ tempfile, sigfile)) != -1)
{
if (pgp_copy_checksig (pgpout, s->fpout) >= 0)
badsig = 0;