mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Formatting: normalise to { on same line.
There were remarkably few of these, but I spotted one while preparing the previous commit, and then found a handful more.
This commit is contained in:
@ -669,8 +669,7 @@ void key_find_callback(void *vctx, char **fingerprints,
|
||||
|
||||
if ((ctx->match_comment && !strcmp(ctx->string, comment)) ||
|
||||
(ctx->match_fp && match_fingerprint_string(ctx->string, fingerprints,
|
||||
ctx)))
|
||||
{
|
||||
ctx))) {
|
||||
if (!ctx->found)
|
||||
ctx->found = pageant_pubkey_copy(key);
|
||||
ctx->nfound++;
|
||||
|
Reference in New Issue
Block a user