aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2023-07-25 12:35:58 +0530
committerAmit Kapila <akapila@postgresql.org>2023-07-25 12:35:58 +0530
commit62e9af4c63fbd36fb9af8450fb44bece76d7766f (patch)
tree7e56ff3069e4c547210e4d2033ba8fa8333ad284
parentd0ce9d0bc7f6aab6e45158bfa4f19cffdd7079a6 (diff)
downloadpostgresql-62e9af4c63fbd36fb9af8450fb44bece76d7766f.tar.gz
postgresql-62e9af4c63fbd36fb9af8450fb44bece76d7766f.zip
Fix code indentation vioaltion introduced in commit d38ad8e31d.
Per buildfarm member koel Discussion: https://postgr.es/m/ZL9bsGhthne6FaVV@paquier.xyz
-rw-r--r--src/backend/replication/logical/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/proto.c b/src/backend/replication/logical/proto.c
index 504f94d4a77..d52c8963eb6 100644
--- a/src/backend/replication/logical/proto.c
+++ b/src/backend/replication/logical/proto.c
@@ -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)
{