diff options
| author | Bruce Momjian | 2014-05-06 15:26:25 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2014-05-06 15:26:25 +0000 |
| commit | 1d033d30540c036d3ead1e0a42a16a2c761f9582 (patch) | |
| tree | f8b84a5bdd8d190ddbbc85af59d3155af9df89b8 /contrib/cube/cube.c | |
| parent | d65ecdf4110bb352527dd2f6de31421d5b769258 (diff) | |
Remove tabs after spaces in C comments
This was not changed in HEAD, but will be done later as part of a
pgindent run. Future pgindent runs will also do this.
Report by Tom Lane
Backpatch through all supported branches, but not HEAD
Diffstat (limited to 'contrib/cube/cube.c')
| -rw-r--r-- | contrib/cube/cube.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cube/cube.c b/contrib/cube/cube.c index 5fe1109d1bc..afbfadc1d47 100644 --- a/contrib/cube/cube.c +++ b/contrib/cube/cube.c @@ -564,7 +564,7 @@ g_cube_picksplit(PG_FUNCTION_ARGS) rt_cube_size(datum_r, &size_r); /* - * Now split up the regions between the two seeds. An important property + * Now split up the regions between the two seeds. An important property * of this split algorithm is that the split vector v has the indices of * items to be split in order in its left and right vectors. We exploit * this property by doing a merge in the code that actually splits the @@ -580,7 +580,7 @@ g_cube_picksplit(PG_FUNCTION_ARGS) { /* * If we've already decided where to place this item, just put it on - * the right list. Otherwise, we need to figure out which page needs + * the right list. Otherwise, we need to figure out which page needs * the least enlargement in order to store the item. */ |
