]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Formating, whitespace, following {} rules, 80 char lines, etc. The only
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 16 Jun 2002 19:02:58 +0000 (19:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 16 Jun 2002 19:02:58 +0000 (19:02 +0000)
commit9fe1d41f312d9abba28a9362bead06392c3b3ade
tree445e2c4d25e102776096fdc5d217602595800c0c
parent0fbe806f40cc060c3533c4dedf07ea977781d56a
  Formating, whitespace, following {} rules, 80 char lines, etc.  The only
  significant variation from the general Apache rules is the construct:

  switch ()
  {
  case foo:
      case_fns();
  }

  indentation, since win32 switches are very common, but it's impossible
  to follow that rule and maintain legible 80 character line limits.  This
  is a common enough exception that I don't expect vocal objections.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95714 13f79535-47bb-0310-9956-ffa450edef68
support/win32/ApacheMonitor.c