]> granicus.if.org Git - postgresql/commitdiff
Fix whitespace
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Feb 2017 20:44:07 +0000 (15:44 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Feb 2017 20:44:07 +0000 (15:44 -0500)
src/backend/commands/subscriptioncmds.c

index c9e7c08c8c1829f641e09f52991b8544a3828428..0e081388c47f21c4d56b530111eddeada75bba8b 100644 (file)
@@ -548,7 +548,7 @@ DropSubscription(DropSubscriptionStmt *stmt)
        if (!walrcv_command(wrconn, cmd.data, &err))
        {
                /* Close the connection in case of failure */
-               walrcv_disconnect(wrconn);              
+               walrcv_disconnect(wrconn);
                ereport(ERROR,
                                (errmsg("could not drop the replication slot \"%s\" on publisher",
                                                slotname),