1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut 2016-06-05 17:02:56 -04:00
parent 8a859691d5
commit 6201a8ef3a

@ -485,7 +485,7 @@ CreateWaitEventSet(MemoryContext context, int nevents)
char *data; char *data;
Size sz = 0; Size sz = 0;
/* /*
* Use MAXALIGN size/alignment to guarantee that later uses of memory are * 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 * aligned correctly. E.g. epoll_event might need 8 byte alignment on some
* platforms, but earlier allocations like WaitEventSet and WaitEvent * platforms, but earlier allocations like WaitEventSet and WaitEvent