From owner-cvs-all Sun Jan 21 0:37:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39ADC37B401; Sun, 21 Jan 2001 00:37:37 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L8baY12473; Sun, 21 Jan 2001 00:37:36 -0800 (PST) (envelope-from will) Message-Id: <200101210837.f0L8baY12473@freefall.freebsd.org> From: Will Andrews Date: Sun, 21 Jan 2001 00:37:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply apply.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/21 00:37:36 PST Modified files: usr.bin/apply apply.c Log: Fix numerous style(9) bugs: Put #define's before declarations; sort the declarations & their arguments; use only one tab after types; restore the type of argv to sync with src tree style; sort new variables under main(); fix continuation indents; remove extra blank line before free()'s. Still to do: fix snprintf() handling as nectar & bde suggested to me. Submitted by: bde Revision Changes Path 1.14 +12 -13 src/usr.bin/apply/apply.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message