From a5d7ba773dff04d700afca6cf86bff64dc663b4f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Oct 2004 15:21:58 +0000 Subject: Adjust comments previously moved to column 1 by pgident. --- contrib/tablefunc/tablefunc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/tablefunc/tablefunc.c') diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 063773e91ba..a4c7fb8f16b 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -260,7 +260,7 @@ normal_rand(PG_FUNCTION_ARGS) SRF_RETURN_NEXT(funcctx, Float8GetDatum(result)); } else -/* do when there is no more left */ + /* do when there is no more left */ SRF_RETURN_DONE(funcctx); } @@ -643,7 +643,7 @@ crosstab(PG_FUNCTION_ARGS) } } else -/* do when there is no more left */ + /* do when there is no more left */ { /* release SPI related resources */ SPI_finish(); -- cgit v1.2.3