mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Remove blank lines in code.
This commit is contained in:
parent
bc6fb5436f
commit
d7fee591db
@ -1,7 +1,7 @@
|
||||
/* -----------------------------------------------------------------------
|
||||
* formatting.c
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/09 03:15:48 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.122 2007/02/09 04:17:58 momjian Exp $
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
|
||||
@ -3858,7 +3858,6 @@ NUM_prepare_locale(NUMProc *Np)
|
||||
else
|
||||
Np->L_currency_symbol = " ";
|
||||
|
||||
|
||||
if (!IS_LDECIMAL(Np->Num))
|
||||
Np->decimal = ".";
|
||||
}
|
||||
@ -3870,7 +3869,6 @@ NUM_prepare_locale(NUMProc *Np)
|
||||
Np->L_negative_sign = "-";
|
||||
Np->L_positive_sign = "+";
|
||||
Np->decimal = ".";
|
||||
|
||||
Np->L_thousands_sep = ",";
|
||||
Np->L_currency_symbol = " ";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user