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

Commitd7fee59

Browse files
committed
Remove blank lines in code.
1 parentbc6fb54 commitd7fee59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/backend/utils/adt/formatting.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
4-
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/0903:15:48 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.122 2007/02/0904:17:58 momjian Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3858,7 +3858,6 @@ NUM_prepare_locale(NUMProc *Np)
38583858
else
38593859
Np->L_currency_symbol=" ";
38603860

3861-
38623861
if (!IS_LDECIMAL(Np->Num))
38633862
Np->decimal=".";
38643863
}
@@ -3870,7 +3869,6 @@ NUM_prepare_locale(NUMProc *Np)
38703869
Np->L_negative_sign="-";
38713870
Np->L_positive_sign="+";
38723871
Np->decimal=".";
3873-
38743872
Np->L_thousands_sep=",";
38753873
Np->L_currency_symbol=" ";
38763874
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp