Skip to content

Commit 453990f

Browse files
committed
[whitespace] empty lines in epochprop.c are now actually empty.
1 parent a063d3e commit 453990f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/epochprop.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ epoch_prop(PG_FUNCTION_ARGS) {
150150
input.parallax = PG_GETARG_FLOAT8(1);
151151
}
152152
input.parallax_valid = fabs(input.parallax) > PX_MIN;
153-
153+
154154
if (PG_ARGISNULL(2)) {
155155
input.pm[0] = 0;
156156
input.pm[1] = 0;
@@ -200,7 +200,7 @@ epoch_prop(PG_FUNCTION_ARGS) {
200200
retvals[3] = Float8GetDatum(output.pm[0]);
201201
retvals[4] = Float8GetDatum(output.pm[1]);
202202
retvals[5] = Float8GetDatum(output.rv);
203-
203+
204204
{
205205
int lower_bounds[1] = {1};
206206
int dims[1] = {6};

0 commit comments

Comments
 (0)