mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Remove blank line from C code.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/* -----------------------------------------------------------------------
|
||||||
* formatting.c
|
* formatting.c
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.120 2007/02/08 18:19:33 momjian Exp $
|
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/09 03:15:48 momjian Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
|
||||||
@ -3847,7 +3847,6 @@ NUM_prepare_locale(NUMProc *Np)
|
|||||||
*/
|
*/
|
||||||
if (lconv->decimal_point && *lconv->decimal_point)
|
if (lconv->decimal_point && *lconv->decimal_point)
|
||||||
Np->decimal = lconv->decimal_point;
|
Np->decimal = lconv->decimal_point;
|
||||||
|
|
||||||
else
|
else
|
||||||
Np->decimal = ".";
|
Np->decimal = ".";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user