Commit 6201a8ef authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 8a859691
...@@ -485,7 +485,7 @@ CreateWaitEventSet(MemoryContext context, int nevents) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment