mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix whitespace
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user