Fix code indentation vioaltion introduced in commit d38ad8e31d.
authorAmit Kapila <akapila@postgresql.org>
Tue, 25 Jul 2023 07:05:58 +0000 (12:35 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 25 Jul 2023 07:05:58 +0000 (12:35 +0530)
Per buildfarm member koel

Discussion: https://postgr.es/m/ZL9bsGhthne6FaVV@paquier.xyz

src/backend/replication/logical/proto.c

index 504f94d4a77feb399106d3d3184140d64e8132eb..d52c8963eb67e101d2c8a32d24e7726248cb6830 100644 (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)
        {