Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62e9af4

Browse files
author
Amit Kapila
committed
Fix code indentation vioaltion introduced in commit d38ad8e.
Per buildfarm member koel Discussion: https://postgr.es/m/[email protected]
1 parent d0ce9d0 commit 62e9af4

File tree

1 file changed

+1
-1
lines changed
  • src/backend/replication/logical

1 file changed

+1
-1
lines changed

src/backend/replication/logical/proto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ logicalrep_read_stream_abort(StringInfo in,
12161216
const char *
12171217
logicalrep_message_type(LogicalRepMsgType action)
12181218
{
1219-
static char err_unknown[20];
1219+
static char err_unknown[20];
12201220

12211221
switch (action)
12221222
{

0 commit comments

Comments
 (0)