From 0702f1e4ebdebca34392a2bc8ebfbefe8ebe39a8 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 27 Jan 2014 17:51:32 -0500 Subject: [PATCH] fix trailing whitespace --- src/backend/replication/slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 112737e507..a0a9617185 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -263,7 +263,7 @@ ReplicationSlotCreate(const char *name, bool db_specific) */ CreateSlot(slot); - /* + /* * We need to briefly prevent any other backend from iterating over the * slots while we flip the in_use flag. */ -- 2.39.5