mirror of https://github.com/citusdata/citus.git
nicer formatting
parent
88e2c1f8da
commit
9bc7ed13f0
|
@ -59,9 +59,8 @@ typedef struct ListCellAndIndex
|
|||
for (ListCellAndIndex(var ## InternalDoNotUse) = { list_head(l), 0 }; \
|
||||
(var ## InternalDoNotUse).listCell != NULL && \
|
||||
(((var) = lfirst((var ## InternalDoNotUse).listCell)) || true); \
|
||||
(var ## InternalDoNotUse).listCell = lnext_compat(l, \
|
||||
(var ## InternalDoNotUse). \
|
||||
listCell), \
|
||||
(var ## InternalDoNotUse).listCell = \
|
||||
lnext_compat(l, (var ## InternalDoNotUse).listCell), \
|
||||
(var ## InternalDoNotUse).index ++)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue