Remove blank lines in code.
authorBruce Momjian <bruce@momjian.us>
Fri, 9 Feb 2007 04:17:58 +0000 (04:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 9 Feb 2007 04:17:58 +0000 (04:17 +0000)
src/backend/utils/adt/formatting.c

index cd5c984265bc383fe211c82f7c83743197e8ba58..5349c952e261bc01e853b5a880f3ac526e6f26f9 100644 (file)
@@ -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 = " ";
        }