From b81844b1738c584d92330a5ccd0fbd8b603d2886 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Oct 2001 05:50:21 +0000 Subject: pgindent run on all C files. Java run to follow. initdb/regression tests pass. --- src/tutorial/funcs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tutorial/funcs.c') diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index cb3de3e6e76..d2c123a0094 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -62,7 +62,6 @@ makepoint(Point *pointx, Point *pointy) text * copytext(text *t) { - /* * VARSIZE is the total size of the struct in bytes. */ -- cgit v1.2.3