Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0e65de

Browse files
committed
[whitespace] empty lines in epochprop.c are now actually empty.
1 parentdcca2d2 commita0e65de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/epochprop.c‎

Lines changed: 2 additions & 2 deletions
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
intlower_bounds[1]= {1};
206206
intdims[1]= {6};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp