From owner-cvs-all Tue Jul 9 21: 3:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA5037B400; Tue, 9 Jul 2002 21:03:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A7443E31; Tue, 9 Jul 2002 21:03:34 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: from freefall.freebsd.org (dd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6A43XJU054400; Tue, 9 Jul 2002 21:03:34 -0700 (PDT) (envelope-from dd@freefall.freebsd.org) Received: (from dd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6A43XX3054399; Tue, 9 Jul 2002 21:03:33 -0700 (PDT) Message-Id: <200207100403.g6A43XX3054399@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 9 Jul 2002 21:03:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lock lock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/07/09 21:03:33 PDT Modified files: usr.bin/lock lock.c Log: Fix indentation: Don't use space where tabs will do; specifically, don't use spaces at the beginning of a line where tabs are normally used (the worst thing was that half of this file was right (tabs) and half was wrong (spaces), making for painful reading). Reviewed by: /sbin/md5, diff -b Revision Changes Path 1.12 +30 -30 src/usr.bin/lock/lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message