diff options
| author | Tom Lane | 2024-05-14 20:34:50 +0000 |
|---|---|---|
| committer | Tom Lane | 2024-05-14 20:34:50 +0000 |
| commit | da256a4a7fdcca35fe7ca808686ad3de6ee22306 (patch) | |
| tree | 863d6a21cd148b40add73ae45bdedcf0acc001ee /src/test/ssl | |
| parent | 3ddbac368c205fce1f293de1fe60c1b479800746 (diff) | |
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files.
The pgindent part of this is pretty small, consisting mainly of
fixing up self-inflicted formatting damage from patches that
hadn't bothered to add their new typedefs to typedefs.list.
In order to keep it from making anything worse, I manually added
a dozen or so typedefs that appeared in the existing typedefs.list
but not in the buildfarm's list. Perhaps we should formalize that,
or better find a way to get those typedefs into the automatic list.
pgperltidy is as opinionated as always, and reformat-dat-files too.
Diffstat (limited to 'src/test/ssl')
| -rw-r--r-- | src/test/ssl/t/001_ssltests.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl index 94ff043c8ec..68c1b6b41f6 100644 --- a/src/test/ssl/t/001_ssltests.pl +++ b/src/test/ssl/t/001_ssltests.pl @@ -86,7 +86,8 @@ switch_server_cert( restart => 'no'); $result = $node->restart(fail_ok => 1); -is($result, 0, 'restart fails with password-protected key file with wrong password'); +is($result, 0, + 'restart fails with password-protected key file with wrong password'); switch_server_cert( $node, |
