From 9e1552607a9dc6bc23e43d46770a9063ade4f3f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Mar 2001 04:01:46 +0000 Subject: pgindent run. Make it all clean. --- src/backend/nodes/makefuncs.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/backend/nodes/makefuncs.c') diff --git a/src/backend/nodes/makefuncs.c b/src/backend/nodes/makefuncs.c index f8bbb117291..d8f8310c5b7 100644 --- a/src/backend/nodes/makefuncs.c +++ b/src/backend/nodes/makefuncs.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.25 2001/01/24 19:42:56 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.26 2001/03/22 03:59:32 momjian Exp $ * * NOTES * Creator functions in POSTGRES 4.2 are generated automatically. Most of @@ -109,9 +109,10 @@ makeResdom(AttrNumber resno, resdom->resname = resname; /* - * We always set the sorting/grouping fields to 0. If the caller wants - * to change them he must do so explicitly. Few if any callers should - * be doing that, so omitting these arguments reduces the chance of error. + * We always set the sorting/grouping fields to 0. If the caller + * wants to change them he must do so explicitly. Few if any callers + * should be doing that, so omitting these arguments reduces the + * chance of error. */ resdom->ressortgroupref = 0; resdom->reskey = 0; -- cgit v1.2.3