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

Commitacb3416

Browse files
committed
Remove blank line from C code.
1 parentaba039d commitacb3416

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 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.120 2007/02/08 18:19:33 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/09 03:15:48 momjian Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3847,7 +3847,6 @@ NUM_prepare_locale(NUMProc *Np)
38473847
*/
38483848
if (lconv->decimal_point&&*lconv->decimal_point)
38493849
Np->decimal=lconv->decimal_point;
3850-
38513850
else
38523851
Np->decimal=".";
38533852

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp