From: Robert Haas Date: Mon, 27 Jan 2014 22:51:32 +0000 (-0500) Subject: fix trailing whitespace X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0702f1e4ebdebca34392a2bc8ebfbefe8ebe39a8;p=users%2Frhaas%2Fpostgres.git fix trailing whitespace --- 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. */