From f99a569a2ee3763b4ae174e81250c95ca0fdcbb6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 4 Oct 2006 00:30:14 +0000 Subject: pgindent run for 8.2. --- src/port/isinf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/port/isinf.c') diff --git a/src/port/isinf.c b/src/port/isinf.c index d08e99c6453..809361b55d2 100644 --- a/src/port/isinf.c +++ b/src/port/isinf.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/isinf.c,v 1.9 2006/03/05 15:59:10 momjian Exp $ + * $PostgreSQL: pgsql/src/port/isinf.c,v 1.10 2006/10/04 00:30:14 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -73,4 +73,5 @@ isinf(double x) return 0; } #endif + #endif -- cgit v1.2.3