From 1dc34982511d91ef8a2b71bdcb870f067c1b3da9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 Oct 2005 02:49:52 +0000 Subject: Standard pgindent run for 8.1. --- src/tutorial/funcs_new.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tutorial/funcs_new.c') diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c index e548b85ee41..9c63abaf14e 100644 --- a/src/tutorial/funcs_new.c +++ b/src/tutorial/funcs_new.c @@ -125,8 +125,7 @@ c_overpaid(PG_FUNCTION_ARGS) PG_RETURN_BOOL(false); /* - * Alternatively, we might prefer to do PG_RETURN_NULL() for null - * salary + * Alternatively, we might prefer to do PG_RETURN_NULL() for null salary */ PG_RETURN_BOOL(salary > limit); -- cgit v1.2.3