diff options
author | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
commit | 25a8ccbcb71d2b121f94abafe59f29420676f3cb (patch) | |
tree | b548ae7abb247c1486fced19441b3d5beec1ecdb /src/tutorial/funcs.c | |
parent | eaa1184358e8fc1cca3bb3d83d1f1250111390d4 (diff) |
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
Diffstat (limited to 'src/tutorial/funcs.c')
-rw-r--r-- | src/tutorial/funcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index cb3de3e6e7..d2c123a009 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. */ |