Fix code indentation vioaltion introduced in commit d38ad8e31d.

Per buildfarm member koel

Discussion: https://postgr.es/m/ZL9bsGhthne6FaVV@paquier.xyz
This commit is contained in:
Amit Kapila 2023-07-25 12:35:58 +05:30
parent d0ce9d0bc7
commit 62e9af4c63
1 changed files with 1 additions and 1 deletions

View File

@ -1216,7 +1216,7 @@ logicalrep_read_stream_abort(StringInfo in,
const char *
logicalrep_message_type(LogicalRepMsgType action)
{
static char err_unknown[20];
static char err_unknown[20];
switch (action)
{