From owner-cvs-all@FreeBSD.ORG Wed Dec 17 09:12:32 2003 Return-Path: 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 8491216A4CE; Wed, 17 Dec 2003 09:12:32 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFF743D53; Wed, 17 Dec 2003 09:12:31 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hBHHCV5x037363; Wed, 17 Dec 2003 09:12:31 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hBHHCVIL037362; Wed, 17 Dec 2003 09:12:31 -0800 (PST) (envelope-from sgk) Date: Wed, 17 Dec 2003 09:12:31 -0800 From: Steve Kargl To: "Jordan K. Hubbard" Message-ID: <20031217171231.GA37309@troutmask.apl.washington.edu> References: <200312171054.hBHAs5ee099880@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312171054.hBHAs5ee099880@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/include regex.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 17:12:32 -0000 On Wed, Dec 17, 2003 at 02:54:05AM -0800, Jordan K. Hubbard wrote: > jkh 2003/12/17 02:54:05 PST > > FreeBSD src repository > > Modified files: > include regex.h > Log: > OK, someone was tab happy in this file. A tab after #define?! OK, fine, > I'll keep the same style regardless of the wisdom of it. :) > Clarified by: eivind > > Revision Changes Path > 1.8 +1 -1 src/include/regex.h man 9 style ... Put a single tab character between the #define and the macro name. .... -- Steve