fix trailing whitespace
authorRobert Haas <rhaas@postgresql.org>
Mon, 27 Jan 2014 22:51:32 +0000 (17:51 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Jan 2014 22:51:32 +0000 (17:51 -0500)
src/backend/replication/slot.c

index 112737e50731caa01ff8ca4f6c401255c41cea87..a0a96171853d95eca1873ec8b3cbaf3bab57f738 100644 (file)
@@ -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.
         */