Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 12:40:24 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccard pccard.c
Message-ID:  <200101072040.f07KeOs09343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/01/07 12:40:24 PST

  Modified files:
    sys/dev/pccard       pccard.c 
  Log:
  This file follows style(9), so adjust various nits in the last few commits
  to conform to style(9), plus one other convention that I use:
  o Declare variables at the start of the function, rather than in blocks
    when it doesn't help understanding (mine).
  o 80 column limit.
  o BSD style statement continuation, rather than "gnu" style.
  
  Revision  Changes    Path
  1.33      +25 -18    src/sys/dev/pccard/pccard.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101072040.f07KeOs09343>