From 6783b2372ef13c141649840a836ff0a954ea1d4d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 28 Oct 2001 06:26:15 +0000 Subject: Another pgindent run. Fixes enum indenting, and improves #endif spacing. Also adds space for one-line comments. --- src/backend/port/isinf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/port/isinf.c') diff --git a/src/backend/port/isinf.c b/src/backend/port/isinf.c index f660b8a4437..96c42d20a95 100644 --- a/src/backend/port/isinf.c +++ b/src/backend/port/isinf.c @@ -1,4 +1,4 @@ -/* $Id: isinf.c,v 1.17 2001/10/25 05:49:40 momjian Exp $ */ +/* $Id: isinf.c,v 1.18 2001/10/28 06:25:47 momjian Exp $ */ #include "c.h" @@ -78,4 +78,5 @@ isinf(double x) return -1; return 0; } + #endif -- cgit v1.2.3