From: Peter Eisentraut Date: Sun, 5 Jun 2016 21:02:56 +0000 (-0400) Subject: Fix whitespace X-Git-Tag: REL9_6_BETA2~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6201a8ef3ab1f44853ab3e4b16afeefc969a58bf;p=postgresql Fix whitespace --- diff --git a/src/backend/storage/ipc/latch.c b/src/backend/storage/ipc/latch.c index 7d8ad63feb..9def8a12d3 100644 --- a/src/backend/storage/ipc/latch.c +++ b/src/backend/storage/ipc/latch.c @@ -485,7 +485,7 @@ CreateWaitEventSet(MemoryContext context, int nevents) char *data; Size sz = 0; - /* + /* * Use MAXALIGN size/alignment to guarantee that later uses of memory are * aligned correctly. E.g. epoll_event might need 8 byte alignment on some * platforms, but earlier allocations like WaitEventSet and WaitEvent