Skip to content

Commit fb8513f

Browse files
author
Gopal Verma
committed
fixing comment
1 parent feef22f commit fb8513f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/babelfishpg_common/src/spatialtypes.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2177,8 +2177,9 @@ write_child_wkb(uint8 *dst, uint8 *src_base, uint32_t total_points, uint32_t pt_
21772177
}
21782178

21792179
/*
2180-
/* Calculate WKB size for child geometry */
2180+
* Calculate WKB size for child geometry
21812181
*/
2182+
21822183
static uint32_t
21832184
calculate_child_wkb_size(uint8 parent_type, uint32_t child_npoints, GeometryData *geom_data, uint32_t fig_start, uint32_t fig_end, bool has_z, bool has_m)
21842185
{

0 commit comments

Comments
 (0)