OSDN Git Service

Remove a junk space.
[pg-rex/syncrep.git] / src / backend / replication / walsender.c
index 8c8e564..3488c9e 100644 (file)
@@ -440,7 +440,7 @@ ProcessStreamMsgs(StringInfo inMsg)
                SpinLockAcquire(&walsnd->mutex);
                walsnd->ackdPtr = ackdPtr;
                SpinLockRelease(&walsnd->mutex);
-       }
+       }
 }
 
 /* Main loop of walsender process */